pub enum EraseMode {
Standard,
Block,
}
Variants§
Trait Implementations§
impl Copy for EraseMode
impl Eq for EraseMode
impl StructuralPartialEq for EraseMode
Auto Trait Implementations§
impl Freeze for EraseMode
impl RefUnwindSafe for EraseMode
impl Send for EraseMode
impl Sync for EraseMode
impl Unpin for EraseMode
impl UnwindSafe for EraseMode
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