Struct ruby_marshal::ArrayValue
source · pub struct ArrayValue { /* private fields */ }
Expand description
An Array
Implementations§
Trait Implementations§
source§impl Debug for ArrayValue
impl Debug for ArrayValue
source§impl From<ArrayValue> for Value
impl From<ArrayValue> for Value
source§fn from(value: ArrayValue) -> Self
fn from(value: ArrayValue) -> Self
Converts to this type from the input type.
source§impl<'a> FromValue<'a> for &'a ArrayValue
impl<'a> FromValue<'a> for &'a ArrayValue
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 ArrayValue
impl RefUnwindSafe for ArrayValue
impl Send for ArrayValue
impl Sync for ArrayValue
impl Unpin for ArrayValue
impl UnwindSafe for ArrayValue
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