pub struct InputDialogPeerCommunity {
pub community: InputChannel,
}Expand description
Generated from:
inputDialogPeerCommunity#69ef72c4 community:InputChannel = InputDialogPeerFields§
§community: InputChannelTrait Implementations§
Source§impl Clone for InputDialogPeerCommunity
impl Clone for InputDialogPeerCommunity
Source§fn clone(&self) -> InputDialogPeerCommunity
fn clone(&self) -> InputDialogPeerCommunity
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 InputDialogPeerCommunity
impl Debug for InputDialogPeerCommunity
Source§impl Deserializable for InputDialogPeerCommunity
impl Deserializable for InputDialogPeerCommunity
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<InputDialogPeerCommunity> for InputDialogPeer
impl From<InputDialogPeerCommunity> for InputDialogPeer
Source§fn from(x: InputDialogPeerCommunity) -> Self
fn from(x: InputDialogPeerCommunity) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputDialogPeerCommunity
impl Identifiable for InputDialogPeerCommunity
Source§const CONSTRUCTOR_ID: u32 = 0x69ef72c4
const CONSTRUCTOR_ID: u32 = 0x69ef72c4
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InputDialogPeerCommunity
impl PartialEq for InputDialogPeerCommunity
impl StructuralPartialEq for InputDialogPeerCommunity
Source§impl TryFrom<InputDialogPeer> for InputDialogPeerCommunity
impl TryFrom<InputDialogPeer> for InputDialogPeerCommunity
Source§type Error = InputDialogPeer
type Error = InputDialogPeer
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for InputDialogPeerCommunity
impl RefUnwindSafe for InputDialogPeerCommunity
impl Send for InputDialogPeerCommunity
impl Sync for InputDialogPeerCommunity
impl Unpin for InputDialogPeerCommunity
impl UnsafeUnpin for InputDialogPeerCommunity
impl UnwindSafe for InputDialogPeerCommunity
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