pub enum CommandFlag {
Request,
Proxyable,
Error,
Retransmit,
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommandFlag
impl RefUnwindSafe for CommandFlag
impl Send for CommandFlag
impl Sync for CommandFlag
impl Unpin for CommandFlag
impl UnwindSafe for CommandFlag
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