Struct taurus_api::payload::ArrayObject
source · pub struct ArrayObject {
pub array: ArrayDetail,
}Fields§
§array: ArrayDetailTrait Implementations§
source§impl Clone for ArrayObject
impl Clone for ArrayObject
source§fn clone(&self) -> ArrayObject
fn clone(&self) -> ArrayObject
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 ArrayObject
impl Debug for ArrayObject
source§impl PartialEq<ArrayObject> for ArrayObject
impl PartialEq<ArrayObject> for ArrayObject
source§fn eq(&self, other: &ArrayObject) -> bool
fn eq(&self, other: &ArrayObject) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ArrayObject
impl Serialize for ArrayObject
impl Eq for ArrayObject
impl StructuralEq for ArrayObject
impl StructuralPartialEq for ArrayObject
Auto Trait Implementations§
impl RefUnwindSafe for ArrayObject
impl Send for ArrayObject
impl Sync for ArrayObject
impl Unpin for ArrayObject
impl UnwindSafe for ArrayObject
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.