pub enum Cmd9p {
Read,
Write,
List,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cmd9p
impl RefUnwindSafe for Cmd9p
impl Send for Cmd9p
impl Sync for Cmd9p
impl Unpin for Cmd9p
impl UnwindSafe for Cmd9p
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more