struct SuspendJson {
symbol: String,
suspend_days: Vec<String>,
}Fields§
§symbol: String§suspend_days: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SuspendJson
impl RefUnwindSafe for SuspendJson
impl Send for SuspendJson
impl Sync for SuspendJson
impl Unpin for SuspendJson
impl UnsafeUnpin for SuspendJson
impl UnwindSafe for SuspendJson
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more