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