pub enum InsertType {
Cap(Cap),
Del(Del),
}
Variants§
Auto Trait Implementations§
impl Freeze for InsertType
impl !ObjSafe for InsertType
impl RefUnwindSafe for InsertType
impl Send for InsertType
impl StoreCopy for InsertType
impl Sync for InsertType
impl Unpin for InsertType
impl UnwindSafe for InsertType
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