pub struct BotCommandScopeUsers {}Expand description
Trait Implementations§
Source§impl Clone for BotCommandScopeUsers
impl Clone for BotCommandScopeUsers
Source§fn clone(&self) -> BotCommandScopeUsers
fn clone(&self) -> BotCommandScopeUsers
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 BotCommandScopeUsers
impl Debug for BotCommandScopeUsers
Source§impl Deserializable for BotCommandScopeUsers
impl Deserializable for BotCommandScopeUsers
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 From<BotCommandScopeUsers> for BotCommandScope
impl From<BotCommandScopeUsers> for BotCommandScope
Source§fn from(_x: BotCommandScopeUsers) -> Self
fn from(_x: BotCommandScopeUsers) -> Self
Converts to this type from the input type.
Source§impl Identifiable for BotCommandScopeUsers
impl Identifiable for BotCommandScopeUsers
Source§const CONSTRUCTOR_ID: u32 = 0x3c4f04d8
const CONSTRUCTOR_ID: u32 = 0x3c4f04d8
The constructor ID as specified in the TL schema.
Source§impl PartialEq for BotCommandScopeUsers
impl PartialEq for BotCommandScopeUsers
Source§impl Serializable for BotCommandScopeUsers
impl Serializable for BotCommandScopeUsers
impl StructuralPartialEq for BotCommandScopeUsers
Auto Trait Implementations§
impl Freeze for BotCommandScopeUsers
impl RefUnwindSafe for BotCommandScopeUsers
impl Send for BotCommandScopeUsers
impl Sync for BotCommandScopeUsers
impl Unpin for BotCommandScopeUsers
impl UnsafeUnpin for BotCommandScopeUsers
impl UnwindSafe for BotCommandScopeUsers
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