pub struct GroupCallId { /* private fields */ }
Expand description
Contains the group call identifier
Implementations§
Trait Implementations§
Source§impl AsRef<GroupCallId> for GroupCallId
impl AsRef<GroupCallId> for GroupCallId
Source§fn as_ref(&self) -> &GroupCallId
fn as_ref(&self) -> &GroupCallId
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for GroupCallId
impl Clone for GroupCallId
Source§fn clone(&self) -> GroupCallId
fn clone(&self) -> GroupCallId
Returns a copy 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 GroupCallId
impl Debug for GroupCallId
Source§impl Default for GroupCallId
impl Default for GroupCallId
Source§fn default() -> GroupCallId
fn default() -> GroupCallId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GroupCallId
impl<'de> Deserialize<'de> for GroupCallId
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 GroupCallId
impl RefUnwindSafe for GroupCallId
impl Send for GroupCallId
impl Sync for GroupCallId
impl Unpin for GroupCallId
impl UnwindSafe for GroupCallId
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