Enum azalea_core::Slot
source · pub enum Slot {
Empty,
Present(SlotData),
}
Variants
Empty
Present(SlotData)
Trait Implementations
sourceimpl McBufReadable for Slot
impl McBufReadable for Slot
sourceimpl McBufWritable for Slot
impl McBufWritable for Slot
Auto Trait Implementations
impl RefUnwindSafe for Slot
impl Send for Slot
impl Sync for Slot
impl Unpin for Slot
impl UnwindSafe for Slot
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more