pub enum GarbageCheck {
IsGarbage(u64),
IsNotGarbage,
IsPadding,
}
Variants§
Auto Trait Implementations§
impl Freeze for GarbageCheck
impl RefUnwindSafe for GarbageCheck
impl Send for GarbageCheck
impl Sync for GarbageCheck
impl Unpin for GarbageCheck
impl UnwindSafe for GarbageCheck
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