pub struct GetPeerSettings {
pub peer: InputPeer,
}Expand description
Generated from:
messages.getPeerSettings#efd9a6a2 peer:InputPeer = messages.PeerSettingsFields§
§peer: InputPeerTrait Implementations§
Source§impl Clone for GetPeerSettings
impl Clone for GetPeerSettings
Source§fn clone(&self) -> GetPeerSettings
fn clone(&self) -> GetPeerSettings
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 GetPeerSettings
impl Debug for GetPeerSettings
Source§impl Identifiable for GetPeerSettings
impl Identifiable for GetPeerSettings
Source§const CONSTRUCTOR_ID: u32 = 0xefd9a6a2
const CONSTRUCTOR_ID: u32 = 0xefd9a6a2
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetPeerSettings
impl PartialEq for GetPeerSettings
Source§impl RemoteCall for GetPeerSettings
impl RemoteCall for GetPeerSettings
Source§type Return = PeerSettings
type Return = PeerSettings
The deserialized response type.
Source§impl Serializable for GetPeerSettings
impl Serializable for GetPeerSettings
impl StructuralPartialEq for GetPeerSettings
Auto Trait Implementations§
impl Freeze for GetPeerSettings
impl RefUnwindSafe for GetPeerSettings
impl Send for GetPeerSettings
impl Sync for GetPeerSettings
impl Unpin for GetPeerSettings
impl UnsafeUnpin for GetPeerSettings
impl UnwindSafe for GetPeerSettings
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