pub struct SlotOutOfBounds;Trait Implementations§
Source§impl Debug for SlotOutOfBounds
impl Debug for SlotOutOfBounds
Source§impl From<SlotOutOfBounds> for Exception
impl From<SlotOutOfBounds> for Exception
Source§fn from(_: SlotOutOfBounds) -> Self
fn from(_: SlotOutOfBounds) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlotOutOfBounds
impl RefUnwindSafe for SlotOutOfBounds
impl Send for SlotOutOfBounds
impl Sync for SlotOutOfBounds
impl Unpin for SlotOutOfBounds
impl UnwindSafe for SlotOutOfBounds
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