Struct Undefined
Sourcepub struct Undefined(/* private fields */);Implementations§
Trait Implementations§
impl Copy for Undefined
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 Displayable for Undefined
impl Displayable for Undefined
impl Eq for Undefined
Source§impl FormattedValue for Undefined
impl FormattedValue for Undefined
Source§impl FormattedValueFullRange for Undefined
impl FormattedValueFullRange for Undefined
impl FormattedValueIntrinsic for Undefined
Source§impl From<Undefined> for GenericFormattedValue
impl From<Undefined> for GenericFormattedValue
Source§impl Ord for Undefined
impl Ord for Undefined
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Undefined
impl PartialOrd for Undefined
impl StructuralPartialEq for Undefined
Source§impl TryFrom<GenericFormattedValue> for Undefined
impl TryFrom<GenericFormattedValue> for Undefined
Source§impl TryFromGlib<i64> for Undefined
impl TryFromGlib<i64> for Undefined
type Error = Infallible
unsafe fn try_from_glib(v: i64) -> Result<Self, Self::Error>
Auto Trait Implementations§
impl Freeze for Undefined
impl RefUnwindSafe for Undefined
impl Send for Undefined
impl Sync for Undefined
impl Unpin for Undefined
impl UnsafeUnpin 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more