pub struct GroupCallStreamChannels {
pub channels: Vec<GroupCallStreamChannel>,
}Expand description
Generated from:
phone.groupCallStreamChannels#d0e482b2 channels:Vector<GroupCallStreamChannel> = phone.GroupCallStreamChannelsFields§
§channels: Vec<GroupCallStreamChannel>Trait Implementations§
Source§impl Clone for GroupCallStreamChannels
impl Clone for GroupCallStreamChannels
Source§fn clone(&self) -> GroupCallStreamChannels
fn clone(&self) -> GroupCallStreamChannels
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 Debug for GroupCallStreamChannels
impl Debug for GroupCallStreamChannels
Source§impl Deserializable for GroupCallStreamChannels
impl Deserializable for GroupCallStreamChannels
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<GroupCallStreamChannels> for GroupCallStreamChannels
impl From<GroupCallStreamChannels> for GroupCallStreamChannels
Source§fn from(x: GroupCallStreamChannels) -> Self
fn from(x: GroupCallStreamChannels) -> Self
Converts to this type from the input type.
Source§impl Identifiable for GroupCallStreamChannels
impl Identifiable for GroupCallStreamChannels
Source§const CONSTRUCTOR_ID: u32 = 0xd0e482b2
const CONSTRUCTOR_ID: u32 = 0xd0e482b2
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GroupCallStreamChannels
impl PartialEq for GroupCallStreamChannels
Source§impl TryFrom<GroupCallStreamChannels> for GroupCallStreamChannels
impl TryFrom<GroupCallStreamChannels> for GroupCallStreamChannels
Source§type Error = GroupCallStreamChannels
type Error = GroupCallStreamChannels
The type returned in the event of a conversion error.
impl StructuralPartialEq for GroupCallStreamChannels
Auto Trait Implementations§
impl Freeze for GroupCallStreamChannels
impl RefUnwindSafe for GroupCallStreamChannels
impl Send for GroupCallStreamChannels
impl Sync for GroupCallStreamChannels
impl Unpin for GroupCallStreamChannels
impl UnsafeUnpin for GroupCallStreamChannels
impl UnwindSafe for GroupCallStreamChannels
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