pub struct Deleter;
Expand description
Represents the terminal symbol deleter
Trait Implementations§
Source§impl Ord for Deleter
impl Ord for Deleter
Source§impl PartialOrd for Deleter
impl PartialOrd for Deleter
impl Copy for Deleter
impl Eq for Deleter
impl StructuralPartialEq for Deleter
Auto Trait Implementations§
impl Freeze for Deleter
impl RefUnwindSafe for Deleter
impl Send for Deleter
impl Sync for Deleter
impl Unpin for Deleter
impl UnwindSafe for Deleter
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