pub struct Undefined(/* private fields */);
Implementations§
Methods from Deref<Target = i64>§
pub const MIN: i64 = -9_223_372_036_854_775_808i64
pub const MAX: i64 = 9_223_372_036_854_775_807i64
pub const BITS: u32 = 64u32
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 Displayable for Undefined
impl Displayable for Undefined
source§impl FormattedValue for Undefined
impl FormattedValue for Undefined
source§impl FormattedValueFullRange for Undefined
impl FormattedValueFullRange for Undefined
source§impl From<Undefined> for GenericFormattedValue
impl From<Undefined> for GenericFormattedValue
source§impl Ord for Undefined
impl Ord for Undefined
source§impl PartialOrd for Undefined
impl PartialOrd for Undefined
source§impl TryFrom<GenericFormattedValue> for Undefined
impl TryFrom<GenericFormattedValue> for Undefined
§type Error = FormattedValueError
type Error = FormattedValueError
The type returned in the event of a conversion error.
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>
impl Copy for Undefined
impl Eq for Undefined
impl FormattedValueIntrinsic 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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