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