Enum serde_json_core::ser::Unreachable
source · pub enum Unreachable {}
Expand description
An unreachable type to fill the SerializeTupleVariant type
Trait Implementations§
source§impl SerializeTupleVariant for Unreachable
impl SerializeTupleVariant for Unreachable
Auto Trait Implementations§
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