pub struct GroupCallParticipantVideoSourceGroup {
pub semantics: String,
pub sources: Vec<i32>,
}Expand description
Read groupCallParticipantVideoSourceGroup docs.
Generated from the following TL definition:
groupCallParticipantVideoSourceGroup#dcb118b7 semantics:string sources:Vector<int> = GroupCallParticipantVideoSourceGroupFields§
§semantics: String§sources: Vec<i32>Trait Implementations§
Source§impl Clone for GroupCallParticipantVideoSourceGroup
impl Clone for GroupCallParticipantVideoSourceGroup
Source§fn clone(&self) -> GroupCallParticipantVideoSourceGroup
fn clone(&self) -> GroupCallParticipantVideoSourceGroup
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 From<GroupCallParticipantVideoSourceGroup> for GroupCallParticipantVideoSourceGroup
impl From<GroupCallParticipantVideoSourceGroup> for GroupCallParticipantVideoSourceGroup
Source§fn from(x: GroupCallParticipantVideoSourceGroup) -> Self
fn from(x: GroupCallParticipantVideoSourceGroup) -> Self
Converts to this type from the input type.
Source§impl From<GroupCallParticipantVideoSourceGroup> for GroupCallParticipantVideoSourceGroup
impl From<GroupCallParticipantVideoSourceGroup> for GroupCallParticipantVideoSourceGroup
Source§fn from(x: GroupCallParticipantVideoSourceGroup) -> Self
fn from(x: GroupCallParticipantVideoSourceGroup) -> Self
Converts to this type from the input type.
Source§impl Identifiable for GroupCallParticipantVideoSourceGroup
impl Identifiable for GroupCallParticipantVideoSourceGroup
Source§const CONSTRUCTOR_ID: u32 = 3702593719
const CONSTRUCTOR_ID: u32 = 3702593719
The unique identifier for the type.
Source§impl PartialEq for GroupCallParticipantVideoSourceGroup
impl PartialEq for GroupCallParticipantVideoSourceGroup
Source§fn eq(&self, other: &GroupCallParticipantVideoSourceGroup) -> bool
fn eq(&self, other: &GroupCallParticipantVideoSourceGroup) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GroupCallParticipantVideoSourceGroup
Auto Trait Implementations§
impl Freeze for GroupCallParticipantVideoSourceGroup
impl RefUnwindSafe for GroupCallParticipantVideoSourceGroup
impl Send for GroupCallParticipantVideoSourceGroup
impl Sync for GroupCallParticipantVideoSourceGroup
impl Unpin for GroupCallParticipantVideoSourceGroup
impl UnsafeUnpin for GroupCallParticipantVideoSourceGroup
impl UnwindSafe for GroupCallParticipantVideoSourceGroup
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