Struct ruby_marshal::FixnumValue
source · 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 copy 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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)