pub struct Undefined;
Expand description
A unit type representing JavaScript’s undefined
.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Undefined
impl<'de> Deserialize<'de> for Undefined
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Undefined
impl Ord for Undefined
Source§impl PartialOrd for Undefined
impl PartialOrd for Undefined
impl Copy for Undefined
impl Eq for Undefined
impl JsSerialize for Undefined
impl StructuralPartialEq for Undefined
Auto Trait Implementations§
impl Freeze for Undefined
impl RefUnwindSafe for Undefined
impl Send for Undefined
impl Sync for Undefined
impl Unpin for Undefined
impl UnwindSafe for Undefined
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