pub struct RawPresenceMeta {
pub phx_ref: String,
pub state_data: HashMap<String, Value>,
}Expand description
Raw presence meta data
Fields§
§phx_ref: String§state_data: HashMap<String, Value>Trait Implementations§
Source§impl Clone for RawPresenceMeta
impl Clone for RawPresenceMeta
Source§fn clone(&self) -> RawPresenceMeta
fn clone(&self) -> RawPresenceMeta
Returns a duplicate 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 RawPresenceMeta
impl Debug for RawPresenceMeta
Source§impl Default for RawPresenceMeta
impl Default for RawPresenceMeta
Source§fn default() -> RawPresenceMeta
fn default() -> RawPresenceMeta
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RawPresenceMeta
impl<'de> Deserialize<'de> for RawPresenceMeta
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RawPresenceMeta
impl RefUnwindSafe for RawPresenceMeta
impl Send for RawPresenceMeta
impl Sync for RawPresenceMeta
impl Unpin for RawPresenceMeta
impl UnwindSafe for RawPresenceMeta
Blanket Implementations§
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