Struct taurus_api::payload::IntObject
source · pub struct IntObject {
pub int: String,
}Fields§
§int: StringTrait Implementations§
source§impl PartialEq<IntObject> for IntObject
impl PartialEq<IntObject> for IntObject
impl Eq for IntObject
impl StructuralEq for IntObject
impl StructuralPartialEq for IntObject
Auto Trait Implementations§
impl RefUnwindSafe for IntObject
impl Send for IntObject
impl Sync for IntObject
impl Unpin for IntObject
impl UnwindSafe for IntObject
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.