pub struct ILong(pub i64);
Tuple Fields§
§0: i64
Methods from Deref<Target = i64>§
Trait Implementations§
§impl<'a> FromValue<'a> for ILong
impl<'a> FromValue<'a> for ILong
§type Checker = GenericValueTypeChecker<ILong>
type Checker = GenericValueTypeChecker<ILong>
Value type checker.
§unsafe fn from_value(value: &'a Value) -> ILong
unsafe fn from_value(value: &'a Value) -> ILong
Get the contained value from a
Value
. Read more§impl Ord for ILong
impl Ord for ILong
§impl PartialOrd<ILong> for ILong
impl PartialOrd<ILong> for ILong
§fn partial_cmp(&self, other: &ILong) -> Option<Ordering>
fn partial_cmp(&self, other: &ILong) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more§impl PartialOrd<ILong> for i64
impl PartialOrd<ILong> for i64
§fn partial_cmp(&self, other: &ILong) -> Option<Ordering>
fn partial_cmp(&self, other: &ILong) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more§impl PartialOrd<i64> for ILong
impl PartialOrd<i64> for ILong
§fn partial_cmp(&self, other: &i64) -> Option<Ordering>
fn partial_cmp(&self, other: &i64) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more§impl StaticType for ILong
impl StaticType for ILong
§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Copy for ILong
impl Eq for ILong
impl StructuralEq for ILong
impl StructuralPartialEq for ILong
Auto Trait Implementations§
impl RefUnwindSafe for ILong
impl Send for ILong
impl Sync for ILong
impl Unpin for ILong
impl UnwindSafe for ILong
Blanket Implementations§
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> RoundFrom<T> for T
impl<T> RoundFrom<T> for T
§fn round_from(x: T) -> T
fn round_from(x: T) -> T
Performs the conversion.
§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere U: RoundFrom<T>,
§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.
§impl<T> StaticTypeExt for Twhere
T: StaticType,
impl<T> StaticTypeExt for Twhere T: StaticType,
§fn ensure_type()
fn ensure_type()
Ensures that the type has been registered with the type system.
§impl<T> ToClosureReturnValue for Twhere
T: ToValue,
impl<T> ToClosureReturnValue for Twhere T: ToValue,
fn to_closure_return_value(&self) -> Option<Value>
§impl<T> ToSendValue for Twhere
T: Send + ToValue + ?Sized,
impl<T> ToSendValue for Twhere T: Send + ToValue + ?Sized,
§fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue
clone of self
.