pub enum BroadcastValue {
Value(String),
Nested(HashMap<String, BroadcastValue>),
}
Variants§
Trait Implementations§
source§impl Debug for BroadcastValue
impl Debug for BroadcastValue
source§impl PartialEq for BroadcastValue
impl PartialEq for BroadcastValue
source§impl Serialize for BroadcastValue
impl Serialize for BroadcastValue
impl Eq for BroadcastValue
impl StructuralPartialEq for BroadcastValue
Auto Trait Implementations§
impl Freeze for BroadcastValue
impl RefUnwindSafe for BroadcastValue
impl Send for BroadcastValue
impl Sync for BroadcastValue
impl Unpin for BroadcastValue
impl UnwindSafe for BroadcastValue
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more