Struct rust_tdlib::types::LoadGroupCallParticipants
source · [−]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
sourceimpl AsRef<LoadGroupCallParticipants> for LoadGroupCallParticipants
impl AsRef<LoadGroupCallParticipants> for LoadGroupCallParticipants
sourcefn as_ref(&self) -> &LoadGroupCallParticipants
fn as_ref(&self) -> &LoadGroupCallParticipants
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for LoadGroupCallParticipants
impl Clone for LoadGroupCallParticipants
sourcefn clone(&self) -> LoadGroupCallParticipants
fn clone(&self) -> LoadGroupCallParticipants
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for LoadGroupCallParticipants
impl Debug for LoadGroupCallParticipants
sourceimpl Default for LoadGroupCallParticipants
impl Default for LoadGroupCallParticipants
sourcefn default() -> LoadGroupCallParticipants
fn default() -> LoadGroupCallParticipants
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for LoadGroupCallParticipants
impl<'de> Deserialize<'de> for LoadGroupCallParticipants
sourcefn 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
sourceimpl Serialize for LoadGroupCallParticipants
impl Serialize for LoadGroupCallParticipants
Auto Trait Implementations
impl RefUnwindSafe for LoadGroupCallParticipants
impl Send for LoadGroupCallParticipants
impl Sync for LoadGroupCallParticipants
impl Unpin for LoadGroupCallParticipants
impl UnwindSafe for LoadGroupCallParticipants
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more