Struct ruby_marshal::NilValue
source · pub struct NilValue;
Expand description
A Nil value.
Trait Implementations§
source§impl<'a> FromValue<'a> for &'a NilValue
impl<'a> FromValue<'a> for &'a NilValue
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 moreAuto Trait Implementations§
impl Freeze for NilValue
impl RefUnwindSafe for NilValue
impl Send for NilValue
impl Sync for NilValue
impl Unpin for NilValue
impl UnwindSafe for NilValue
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