pub enum DummyEntry {}Expand description
An uninhabit type, used as entries.
Trait Implementations§
Source§impl Debug for DummyEntry
impl Debug for DummyEntry
Source§impl Entry for DummyEntry
impl Entry for DummyEntry
Source§type KeyBorrowed = Dummy
type KeyBorrowed = Dummy
The borrowed type of
Entry::Key.Source§type ValueBorrowed = Dummy
type ValueBorrowed = Dummy
The borrowed type of
Entry::Value.Source§fn key(&self) -> &Self::KeyBorrowed
fn key(&self) -> &Self::KeyBorrowed
Returns the entry’s key.
Source§fn value(&self) -> &Self::ValueBorrowed
fn value(&self) -> &Self::ValueBorrowed
Returns the entry’s value.
Auto Trait Implementations§
impl Freeze for DummyEntry
impl RefUnwindSafe for DummyEntry
impl Send for DummyEntry
impl Sync for DummyEntry
impl Unpin for DummyEntry
impl UnsafeUnpin for DummyEntry
impl UnwindSafe for DummyEntry
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
Source§impl<S, T> Convertable<BoxConverter, T> for S
impl<S, T> Convertable<BoxConverter, T> for S
Source§fn to(self) -> T
fn to(self) -> T
Converts the value into another type
T using the specified converter
C. The conversion should not fail, so not a Result<T, E> but a
T is expected. Read moreSource§impl<S, T> Convertable<DebugConverter, T> for S
impl<S, T> Convertable<DebugConverter, T> for S
Source§fn to(self) -> T
fn to(self) -> T
Converts the value into another type
T using the specified converter
C. The conversion should not fail, so not a Result<T, E> but a
T is expected. Read moreSource§impl<S, T> Convertable<IntoConverter, T> for Swhere
S: Into<T>,
impl<S, T> Convertable<IntoConverter, T> for Swhere
S: Into<T>,
Source§fn to(self) -> T
fn to(self) -> T
Converts the value into another type
T using the specified converter
C. The conversion should not fail, so not a Result<T, E> but a
T is expected. Read more