pub struct Deletable;Expand description
Marker type for deletable branches
Auto Trait Implementations§
impl Freeze for Deletable
impl RefUnwindSafe for Deletable
impl Send for Deletable
impl Sync for Deletable
impl Unpin for Deletable
impl UnwindSafe for Deletable
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