pub enum ItemFlag {
ItemNew,
ItemDelete,
ItemUpdate,
}Variants§
Auto Trait Implementations§
impl Freeze for ItemFlag
impl RefUnwindSafe for ItemFlag
impl Send for ItemFlag
impl Sync for ItemFlag
impl Unpin for ItemFlag
impl UnsafeUnpin for ItemFlag
impl UnwindSafe for ItemFlag
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