pub enum DestructType {
Vector(Handle, usize),
Map(Handle, usize),
}
Variants§
Auto Trait Implementations§
impl Freeze for DestructType
impl RefUnwindSafe for DestructType
impl Send for DestructType
impl Sync for DestructType
impl Unpin for DestructType
impl UnwindSafe for DestructType
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