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