pub struct GetAdminedPublicChannels {
pub by_location: bool,
pub check_limit: bool,
pub for_personal: bool,
}Expand description
channels.getAdminedPublicChannels
Generated from:
channels.getAdminedPublicChannels#f8b036af flags:# by_location:flags.0?true check_limit:flags.1?true for_personal:flags.2?true = messages.ChatsFields§
§by_location: bool§check_limit: bool§for_personal: boolTrait Implementations§
Source§impl Clone for GetAdminedPublicChannels
impl Clone for GetAdminedPublicChannels
Source§fn clone(&self) -> GetAdminedPublicChannels
fn clone(&self) -> GetAdminedPublicChannels
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 GetAdminedPublicChannels
impl Debug for GetAdminedPublicChannels
Source§impl Identifiable for GetAdminedPublicChannels
impl Identifiable for GetAdminedPublicChannels
Source§const CONSTRUCTOR_ID: u32 = 0xf8b036af
const CONSTRUCTOR_ID: u32 = 0xf8b036af
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetAdminedPublicChannels
impl PartialEq for GetAdminedPublicChannels
impl StructuralPartialEq for GetAdminedPublicChannels
Auto Trait Implementations§
impl Freeze for GetAdminedPublicChannels
impl RefUnwindSafe for GetAdminedPublicChannels
impl Send for GetAdminedPublicChannels
impl Sync for GetAdminedPublicChannels
impl Unpin for GetAdminedPublicChannels
impl UnsafeUnpin for GetAdminedPublicChannels
impl UnwindSafe for GetAdminedPublicChannels
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