Enum taurus_api::payload::Objects
source · pub enum Objects {
String(StringObject),
Array(ArrayObject),
Message(MessageObject),
Bytes(BytesObject),
Int(IntObject),
}Variants§
Trait Implementations§
source§impl PartialEq<Objects> for Objects
impl PartialEq<Objects> for Objects
impl Eq for Objects
impl StructuralEq for Objects
impl StructuralPartialEq for Objects
Auto Trait Implementations§
impl RefUnwindSafe for Objects
impl Send for Objects
impl Sync for Objects
impl Unpin for Objects
impl UnwindSafe for Objects
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.