pub struct FixnumValue { /* private fields */ }Expand description
A Fixnum Value
Implementations§
Trait Implementations§
Source§impl Clone for FixnumValue
 
impl Clone for FixnumValue
Source§fn clone(&self) -> FixnumValue
 
fn clone(&self) -> FixnumValue
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for FixnumValue
 
impl Debug for FixnumValue
Source§impl From<FixnumValue> for Value
 
impl From<FixnumValue> for Value
Source§fn from(value: FixnumValue) -> Self
 
fn from(value: FixnumValue) -> Self
Converts to this type from the input type.
Source§impl<'a> FromValue<'a> for &'a FixnumValue
 
impl<'a> FromValue<'a> for &'a FixnumValue
Source§fn from_value(
    ctx: &FromValueContext<'a>,
    value: &'a Value,
) -> Result<Self, FromValueError>
 
fn from_value( ctx: &FromValueContext<'a>, value: &'a Value, ) -> Result<Self, FromValueError>
Create this type from the given value from the 
ValueArena. Read moreimpl Copy for FixnumValue
Auto Trait Implementations§
impl Freeze for FixnumValue
impl RefUnwindSafe for FixnumValue
impl Send for FixnumValue
impl Sync for FixnumValue
impl Unpin for FixnumValue
impl UnwindSafe for FixnumValue
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