pub enum GroupCallJoinParameters {
GroupCallJoinParameters(GroupCallJoinParameters),
}Variants§
GroupCallJoinParameters(GroupCallJoinParameters)
Describes parameters used to join a group call
Trait Implementations§
Source§impl Clone for GroupCallJoinParameters
impl Clone for GroupCallJoinParameters
Source§fn clone(&self) -> GroupCallJoinParameters
fn clone(&self) -> GroupCallJoinParameters
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 GroupCallJoinParameters
impl Debug for GroupCallJoinParameters
Source§impl<'de> Deserialize<'de> for GroupCallJoinParameters
impl<'de> Deserialize<'de> for GroupCallJoinParameters
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 GroupCallJoinParameters
impl PartialEq for GroupCallJoinParameters
Source§impl Serialize for GroupCallJoinParameters
impl Serialize for GroupCallJoinParameters
impl StructuralPartialEq for GroupCallJoinParameters
Auto Trait Implementations§
impl Freeze for GroupCallJoinParameters
impl RefUnwindSafe for GroupCallJoinParameters
impl Send for GroupCallJoinParameters
impl Sync for GroupCallJoinParameters
impl Unpin for GroupCallJoinParameters
impl UnsafeUnpin for GroupCallJoinParameters
impl UnwindSafe for GroupCallJoinParameters
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