pub struct LookupEntry { /* private fields */ }
Implementations§
Source§impl LookupEntry
impl LookupEntry
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LookupEntry
impl RefUnwindSafe for LookupEntry
impl Send for LookupEntry
impl Sync for LookupEntry
impl Unpin for LookupEntry
impl UnwindSafe for LookupEntry
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