pub struct GroupCallParticipantVideoSourceGroup {
pub semantics: String,
pub sources: Vec<i32>,
}Expand description
groupCallParticipantVideoSourceGroup
Generated from:
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 Deserializable for GroupCallParticipantVideoSourceGroup
impl Deserializable for GroupCallParticipantVideoSourceGroup
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
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 = 0xdcb118b7
const CONSTRUCTOR_ID: u32 = 0xdcb118b7
The constructor ID as specified in the TL schema.
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 ==.Source§impl TryFrom<GroupCallParticipantVideoSourceGroup> for GroupCallParticipantVideoSourceGroup
impl TryFrom<GroupCallParticipantVideoSourceGroup> for GroupCallParticipantVideoSourceGroup
Source§type Error = GroupCallParticipantVideoSourceGroup
type Error = GroupCallParticipantVideoSourceGroup
The type returned in the event of a conversion error.
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