pub enum InsertStrategy {
Insert,
Replace {
soft: bool,
},
}Variants§
Auto Trait Implementations§
impl Freeze for InsertStrategy
impl RefUnwindSafe for InsertStrategy
impl Send for InsertStrategy
impl Sync for InsertStrategy
impl Unpin for InsertStrategy
impl UnsafeUnpin for InsertStrategy
impl UnwindSafe for InsertStrategy
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