pub enum Unreachable {}
Expand description
Unreachable is a placeholder for features that are not supported (and should be unreachable, unless you use unsupported serde flags)
Trait Implementations§
Source§impl SerializeMap for Unreachable
impl SerializeMap for Unreachable
Source§impl SerializeStructVariant for Unreachable
impl SerializeStructVariant for Unreachable
Source§impl SerializeTupleStruct for Unreachable
impl SerializeTupleStruct for Unreachable
Source§impl SerializeTupleVariant for Unreachable
impl SerializeTupleVariant for Unreachable
Auto Trait Implementations§
impl Freeze for Unreachable
impl RefUnwindSafe for Unreachable
impl Send for Unreachable
impl Sync for Unreachable
impl Unpin for Unreachable
impl UnwindSafe for Unreachable
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