pub struct SpillSlot(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for SpillSlot
impl Ord for SpillSlot
Source§impl PartialOrd for SpillSlot
impl PartialOrd for SpillSlot
impl Copy for SpillSlot
impl Eq for SpillSlot
impl StructuralPartialEq for SpillSlot
Auto Trait Implementations§
impl Freeze for SpillSlot
impl RefUnwindSafe for SpillSlot
impl Send for SpillSlot
impl Sync for SpillSlot
impl Unpin for SpillSlot
impl UnwindSafe for SpillSlot
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