Struct taurus_api::payload::BytesObject
source · pub struct BytesObject {
pub bytes: String,
}Fields§
§bytes: StringTrait Implementations§
source§impl Clone for BytesObject
impl Clone for BytesObject
source§fn clone(&self) -> BytesObject
fn clone(&self) -> BytesObject
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 BytesObject
impl Debug for BytesObject
source§impl PartialEq<BytesObject> for BytesObject
impl PartialEq<BytesObject> for BytesObject
source§fn eq(&self, other: &BytesObject) -> bool
fn eq(&self, other: &BytesObject) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for BytesObject
impl Serialize for BytesObject
impl Eq for BytesObject
impl StructuralEq for BytesObject
impl StructuralPartialEq for BytesObject
Auto Trait Implementations§
impl RefUnwindSafe for BytesObject
impl Send for BytesObject
impl Sync for BytesObject
impl Unpin for BytesObject
impl UnwindSafe for BytesObject
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.