pub struct EntryState { /* private fields */ }
Trait Implementations§
Source§impl Debug for EntryState
impl Debug for EntryState
Source§impl Default for EntryState
impl Default for EntryState
Source§fn default() -> EntryState
fn default() -> EntryState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EntryState
impl RefUnwindSafe for EntryState
impl Send for EntryState
impl Sync for EntryState
impl Unpin for EntryState
impl UnwindSafe for EntryState
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