Struct rust_tdlib::types::UpdateGroupCallParticipant
source · [−]pub struct UpdateGroupCallParticipant { /* private fields */ }
Expand description
Information about a group call participant was changed. The updates are sent only after the group call is received through getGroupCall and only if the call is joined or being joined
Implementations
sourceimpl UpdateGroupCallParticipant
impl UpdateGroupCallParticipant
pub fn from_json<S: AsRef<str>>(json: S) -> Result<Self>
pub fn builder() -> UpdateGroupCallParticipantBuilder
pub fn group_call_id(&self) -> i32
pub fn participant(&self) -> &GroupCallParticipant
Trait Implementations
sourceimpl AsRef<UpdateGroupCallParticipant> for UpdateGroupCallParticipant
impl AsRef<UpdateGroupCallParticipant> for UpdateGroupCallParticipant
sourcefn as_ref(&self) -> &UpdateGroupCallParticipant
fn as_ref(&self) -> &UpdateGroupCallParticipant
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for UpdateGroupCallParticipant
impl Clone for UpdateGroupCallParticipant
sourcefn clone(&self) -> UpdateGroupCallParticipant
fn clone(&self) -> UpdateGroupCallParticipant
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 UpdateGroupCallParticipant
impl Debug for UpdateGroupCallParticipant
sourceimpl Default for UpdateGroupCallParticipant
impl Default for UpdateGroupCallParticipant
sourcefn default() -> UpdateGroupCallParticipant
fn default() -> UpdateGroupCallParticipant
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for UpdateGroupCallParticipant
impl<'de> Deserialize<'de> for UpdateGroupCallParticipant
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
impl TDUpdate for UpdateGroupCallParticipant
Auto Trait Implementations
impl RefUnwindSafe for UpdateGroupCallParticipant
impl Send for UpdateGroupCallParticipant
impl Sync for UpdateGroupCallParticipant
impl Unpin for UpdateGroupCallParticipant
impl UnwindSafe for UpdateGroupCallParticipant
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