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