pub enum MsInput {
Str(String),
Int(i64),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MsInput
impl RefUnwindSafe for MsInput
impl Send for MsInput
impl Sync for MsInput
impl Unpin for MsInput
impl UnwindSafe for MsInput
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