pub struct GetAccessSettings {
pub bot: InputUser,
}Expand description
Generated from:
bots.getAccessSettings#213853a3 bot:InputUser = bots.AccessSettingsFields§
§bot: InputUserTrait Implementations§
Source§impl Clone for GetAccessSettings
impl Clone for GetAccessSettings
Source§fn clone(&self) -> GetAccessSettings
fn clone(&self) -> GetAccessSettings
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 Debug for GetAccessSettings
impl Debug for GetAccessSettings
Source§impl Deserializable for GetAccessSettings
impl Deserializable for GetAccessSettings
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 GetAccessSettings
impl Identifiable for GetAccessSettings
Source§const CONSTRUCTOR_ID: u32 = 0x213853a3
const CONSTRUCTOR_ID: u32 = 0x213853a3
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetAccessSettings
impl PartialEq for GetAccessSettings
Source§fn eq(&self, other: &GetAccessSettings) -> bool
fn eq(&self, other: &GetAccessSettings) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RemoteCall for GetAccessSettings
impl RemoteCall for GetAccessSettings
Source§type Return = AccessSettings
type Return = AccessSettings
The deserialized response type.
Source§impl Serializable for GetAccessSettings
impl Serializable for GetAccessSettings
impl StructuralPartialEq for GetAccessSettings
Auto Trait Implementations§
impl Freeze for GetAccessSettings
impl RefUnwindSafe for GetAccessSettings
impl Send for GetAccessSettings
impl Sync for GetAccessSettings
impl Unpin for GetAccessSettings
impl UnsafeUnpin for GetAccessSettings
impl UnwindSafe for GetAccessSettings
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