pub struct NoSuchEntry;Trait Implementations§
Source§impl Debug for NoSuchEntry
impl Debug for NoSuchEntry
Source§impl PartialEq for NoSuchEntry
impl PartialEq for NoSuchEntry
impl Eq for NoSuchEntry
impl StructuralPartialEq for NoSuchEntry
Auto Trait Implementations§
impl Freeze for NoSuchEntry
impl RefUnwindSafe for NoSuchEntry
impl Send for NoSuchEntry
impl Sync for NoSuchEntry
impl Unpin for NoSuchEntry
impl UnwindSafe for NoSuchEntry
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