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.