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