pub enum Uninhabited {}
Available on crate feature
decode
only.Expand description
An uninhabited type that cannot be constructed at runtime.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Uninhabited
impl RefUnwindSafe for Uninhabited
impl Send for Uninhabited
impl Sync for Uninhabited
impl Unpin for Uninhabited
impl UnwindSafe for Uninhabited
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