pub enum BitrustOperation {
Write,
Merge,
Create,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BitrustOperation
impl RefUnwindSafe for BitrustOperation
impl Send for BitrustOperation
impl Sync for BitrustOperation
impl Unpin for BitrustOperation
impl UnwindSafe for BitrustOperation
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