Struct ark_api::world::BinaryData
source · [−]pub struct BinaryData { /* private fields */ }
Expand description
Represents raw binary data
Implementations
sourceimpl BinaryData
impl BinaryData
Trait Implementations
sourceimpl Clone for BinaryData
impl Clone for BinaryData
sourcefn clone(&self) -> BinaryData
fn clone(&self) -> BinaryData
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for BinaryData
impl Debug for BinaryData
sourceimpl Hash for BinaryData
impl Hash for BinaryData
sourceimpl PartialEq<BinaryData> for BinaryData
impl PartialEq<BinaryData> for BinaryData
sourcefn 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 ==
. Read more
sourceimpl ValueConverterTrait<BinaryData> for ValueConverter
impl ValueConverterTrait<BinaryData> for ValueConverter
sourcefn into_value(v: BinaryData) -> Value
fn into_value(v: BinaryData) -> Value
Wraps the passed-in value in a Value
enum.
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more