pub struct GroupCallId {
pub id: i32,
}
Expand description
Contains the group call identifier
Fields§
§id: i32
Group call identifier
Trait Implementations§
Source§impl Clone for GroupCallId
impl Clone for GroupCallId
Source§fn clone(&self) -> GroupCallId
fn clone(&self) -> GroupCallId
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 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
Source§impl PartialEq for GroupCallId
impl PartialEq for GroupCallId
Source§impl Serialize for GroupCallId
impl Serialize for GroupCallId
impl StructuralPartialEq for GroupCallId
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