pub struct PeerLeftPayload {
pub user_id: UserId,
}Fields§
§user_id: UserIdTrait Implementations§
Source§impl Clone for PeerLeftPayload
impl Clone for PeerLeftPayload
Source§fn clone(&self) -> PeerLeftPayload
fn clone(&self) -> PeerLeftPayload
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 PeerLeftPayload
impl Debug for PeerLeftPayload
Source§impl<'de> Deserialize<'de> for PeerLeftPayload
impl<'de> Deserialize<'de> for PeerLeftPayload
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
Source§impl PartialEq for PeerLeftPayload
impl PartialEq for PeerLeftPayload
Source§impl Serialize for PeerLeftPayload
impl Serialize for PeerLeftPayload
impl Eq for PeerLeftPayload
impl StructuralPartialEq for PeerLeftPayload
Auto Trait Implementations§
impl Freeze for PeerLeftPayload
impl RefUnwindSafe for PeerLeftPayload
impl Send for PeerLeftPayload
impl Sync for PeerLeftPayload
impl Unpin for PeerLeftPayload
impl UnsafeUnpin for PeerLeftPayload
impl UnwindSafe for PeerLeftPayload
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