pub struct ToggleParticipantsHidden {
pub channel: InputChannel,
pub enabled: bool,
}Expand description
channels.toggleParticipantsHidden
Generated from:
channels.toggleParticipantsHidden#6a6e7854 channel:InputChannel enabled:Bool = UpdatesFields§
§channel: InputChannel§enabled: boolTrait Implementations§
Source§impl Clone for ToggleParticipantsHidden
impl Clone for ToggleParticipantsHidden
Source§fn clone(&self) -> ToggleParticipantsHidden
fn clone(&self) -> ToggleParticipantsHidden
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 ToggleParticipantsHidden
impl Debug for ToggleParticipantsHidden
Source§impl Identifiable for ToggleParticipantsHidden
impl Identifiable for ToggleParticipantsHidden
Source§const CONSTRUCTOR_ID: u32 = 0x6a6e7854
const CONSTRUCTOR_ID: u32 = 0x6a6e7854
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ToggleParticipantsHidden
impl PartialEq for ToggleParticipantsHidden
impl StructuralPartialEq for ToggleParticipantsHidden
Auto Trait Implementations§
impl Freeze for ToggleParticipantsHidden
impl RefUnwindSafe for ToggleParticipantsHidden
impl Send for ToggleParticipantsHidden
impl Sync for ToggleParticipantsHidden
impl Unpin for ToggleParticipantsHidden
impl UnsafeUnpin for ToggleParticipantsHidden
impl UnwindSafe for ToggleParticipantsHidden
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