pub struct MetaSlotSmall;Auto Trait Implementations§
impl Freeze for MetaSlotSmall
impl RefUnwindSafe for MetaSlotSmall
impl Send for MetaSlotSmall
impl Sync for MetaSlotSmall
impl Unpin for MetaSlotSmall
impl UnsafeUnpin for MetaSlotSmall
impl UnwindSafe for MetaSlotSmall
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