pub struct GetBroadcastStats {
pub dark: bool,
pub channel: InputChannel,
}Expand description
Generated from:
stats.getBroadcastStats#ab42441a flags:# dark:flags.0?true channel:InputChannel = stats.BroadcastStatsFields§
§dark: bool§channel: InputChannelTrait Implementations§
Source§impl Clone for GetBroadcastStats
impl Clone for GetBroadcastStats
Source§fn clone(&self) -> GetBroadcastStats
fn clone(&self) -> GetBroadcastStats
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 GetBroadcastStats
impl Debug for GetBroadcastStats
Source§impl Identifiable for GetBroadcastStats
impl Identifiable for GetBroadcastStats
Source§const CONSTRUCTOR_ID: u32 = 0xab42441a
const CONSTRUCTOR_ID: u32 = 0xab42441a
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetBroadcastStats
impl PartialEq for GetBroadcastStats
Source§impl RemoteCall for GetBroadcastStats
impl RemoteCall for GetBroadcastStats
Source§type Return = BroadcastStats
type Return = BroadcastStats
The deserialized response type.
Source§impl Serializable for GetBroadcastStats
impl Serializable for GetBroadcastStats
impl StructuralPartialEq for GetBroadcastStats
Auto Trait Implementations§
impl Freeze for GetBroadcastStats
impl RefUnwindSafe for GetBroadcastStats
impl Send for GetBroadcastStats
impl Sync for GetBroadcastStats
impl Unpin for GetBroadcastStats
impl UnsafeUnpin for GetBroadcastStats
impl UnwindSafe for GetBroadcastStats
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