pub struct LoadGroupCallParticipants { /* private fields */ }
Expand description
Loads more participants of a group call. The loaded participants will be received through updates. Use the field groupCall.loaded_all_participants to check whether all participants have already been loaded
Implementations§
Trait Implementations§
Source§impl AsRef<LoadGroupCallParticipants> for LoadGroupCallParticipants
impl AsRef<LoadGroupCallParticipants> for LoadGroupCallParticipants
Source§fn as_ref(&self) -> &LoadGroupCallParticipants
fn as_ref(&self) -> &LoadGroupCallParticipants
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for LoadGroupCallParticipants
impl Clone for LoadGroupCallParticipants
Source§fn clone(&self) -> LoadGroupCallParticipants
fn clone(&self) -> LoadGroupCallParticipants
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 LoadGroupCallParticipants
impl Debug for LoadGroupCallParticipants
Source§impl Default for LoadGroupCallParticipants
impl Default for LoadGroupCallParticipants
Source§fn default() -> LoadGroupCallParticipants
fn default() -> LoadGroupCallParticipants
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LoadGroupCallParticipants
impl<'de> Deserialize<'de> for LoadGroupCallParticipants
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 LoadGroupCallParticipants
impl RefUnwindSafe for LoadGroupCallParticipants
impl Send for LoadGroupCallParticipants
impl Sync for LoadGroupCallParticipants
impl Unpin for LoadGroupCallParticipants
impl UnwindSafe for LoadGroupCallParticipants
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