#[repr(u32)]pub enum ObjectCmd {
Delete = 1,
}
Variants§
Delete = 1
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ObjectCmd
impl RefUnwindSafe for ObjectCmd
impl Send for ObjectCmd
impl Sync for ObjectCmd
impl Unpin for ObjectCmd
impl UnwindSafe for ObjectCmd
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