pub struct SetBotBroadcastDefaultAdminRights {
pub admin_rights: ChatAdminRights,
}Expand description
bots.setBotBroadcastDefaultAdminRights
Generated from:
bots.setBotBroadcastDefaultAdminRights#788464e1 admin_rights:ChatAdminRights = BoolFields§
§admin_rights: ChatAdminRightsTrait Implementations§
Source§impl Clone for SetBotBroadcastDefaultAdminRights
impl Clone for SetBotBroadcastDefaultAdminRights
Source§fn clone(&self) -> SetBotBroadcastDefaultAdminRights
fn clone(&self) -> SetBotBroadcastDefaultAdminRights
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 Identifiable for SetBotBroadcastDefaultAdminRights
impl Identifiable for SetBotBroadcastDefaultAdminRights
Source§const CONSTRUCTOR_ID: u32 = 0x788464e1
const CONSTRUCTOR_ID: u32 = 0x788464e1
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SetBotBroadcastDefaultAdminRights
impl PartialEq for SetBotBroadcastDefaultAdminRights
Source§fn eq(&self, other: &SetBotBroadcastDefaultAdminRights) -> bool
fn eq(&self, other: &SetBotBroadcastDefaultAdminRights) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetBotBroadcastDefaultAdminRights
Auto Trait Implementations§
impl Freeze for SetBotBroadcastDefaultAdminRights
impl RefUnwindSafe for SetBotBroadcastDefaultAdminRights
impl Send for SetBotBroadcastDefaultAdminRights
impl Sync for SetBotBroadcastDefaultAdminRights
impl Unpin for SetBotBroadcastDefaultAdminRights
impl UnsafeUnpin for SetBotBroadcastDefaultAdminRights
impl UnwindSafe for SetBotBroadcastDefaultAdminRights
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