pub struct ToggleCommunityCollapsedInDialogs {
pub collapsed: bool,
pub community: InputChannel,
}Expand description
communities.toggleCommunityCollapsedInDialogs
Generated from:
communities.toggleCommunityCollapsedInDialogs#d766e3ea flags:# collapsed:flags.0?true community:InputChannel = UpdatesFields§
§collapsed: bool§community: InputChannelTrait Implementations§
Source§impl Clone for ToggleCommunityCollapsedInDialogs
impl Clone for ToggleCommunityCollapsedInDialogs
Source§fn clone(&self) -> ToggleCommunityCollapsedInDialogs
fn clone(&self) -> ToggleCommunityCollapsedInDialogs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ToggleCommunityCollapsedInDialogs
impl Deserializable for ToggleCommunityCollapsedInDialogs
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 Identifiable for ToggleCommunityCollapsedInDialogs
impl Identifiable for ToggleCommunityCollapsedInDialogs
Source§const CONSTRUCTOR_ID: u32 = 0xd766e3ea
const CONSTRUCTOR_ID: u32 = 0xd766e3ea
The constructor ID as specified in the TL schema.
impl StructuralPartialEq for ToggleCommunityCollapsedInDialogs
Auto Trait Implementations§
impl Freeze for ToggleCommunityCollapsedInDialogs
impl RefUnwindSafe for ToggleCommunityCollapsedInDialogs
impl Send for ToggleCommunityCollapsedInDialogs
impl Sync for ToggleCommunityCollapsedInDialogs
impl Unpin for ToggleCommunityCollapsedInDialogs
impl UnsafeUnpin for ToggleCommunityCollapsedInDialogs
impl UnwindSafe for ToggleCommunityCollapsedInDialogs
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