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