Enum stdin_size::MsgType
source · pub(crate) enum MsgType<'a> {
Help,
InvalidArgumentCount(usize),
UnknownOption(&'a String),
}Variants§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for MsgType<'a>
impl<'a> Send for MsgType<'a>
impl<'a> Sync for MsgType<'a>
impl<'a> Unpin for MsgType<'a>
impl<'a> UnwindSafe for MsgType<'a>
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