Struct ark_api::world::BinaryData
source · pub struct BinaryData { /* private fields */ }Expand description
Represents raw binary data
Implementations§
Trait Implementations§
source§impl Clone for BinaryData
impl Clone for BinaryData
source§fn clone(&self) -> BinaryData
fn clone(&self) -> BinaryData
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 BinaryData
impl Debug for BinaryData
source§impl Hash for BinaryData
impl Hash for BinaryData
source§impl PartialEq<BinaryData> for BinaryData
impl PartialEq<BinaryData> for BinaryData
source§fn eq(&self, other: &BinaryData) -> bool
fn eq(&self, other: &BinaryData) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl ValueConverterTrait<BinaryData> for ValueConverter
impl ValueConverterTrait<BinaryData> for ValueConverter
source§fn into_value(v: BinaryData) -> Value
fn into_value(v: BinaryData) -> Value
Wraps the passed-in value in a
Value enum.source§fn from_value(v: &Value) -> BinaryData
fn from_value(v: &Value) -> BinaryData
Extracts the value from a
Value enum.impl Eq for BinaryData
impl StructuralEq for BinaryData
impl StructuralPartialEq for BinaryData
Auto Trait Implementations§
impl RefUnwindSafe for BinaryData
impl Send for BinaryData
impl Sync for BinaryData
impl Unpin for BinaryData
impl UnwindSafe for BinaryData
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