pub struct MessageActionChangeCommunity {
pub community_id: Option<i64>,
}Expand description
Generated from:
messageActionChangeCommunity#5d20bae8 flags:# community_id:flags.0?long = MessageActionFields§
§community_id: Option<i64>Trait Implementations§
Source§impl Clone for MessageActionChangeCommunity
impl Clone for MessageActionChangeCommunity
Source§fn clone(&self) -> MessageActionChangeCommunity
fn clone(&self) -> MessageActionChangeCommunity
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 MessageActionChangeCommunity
impl Debug for MessageActionChangeCommunity
Source§impl Deserializable for MessageActionChangeCommunity
impl Deserializable for MessageActionChangeCommunity
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<MessageActionChangeCommunity> for MessageAction
impl From<MessageActionChangeCommunity> for MessageAction
Source§fn from(x: MessageActionChangeCommunity) -> Self
fn from(x: MessageActionChangeCommunity) -> Self
Converts to this type from the input type.
Source§impl Identifiable for MessageActionChangeCommunity
impl Identifiable for MessageActionChangeCommunity
Source§const CONSTRUCTOR_ID: u32 = 0x5d20bae8
const CONSTRUCTOR_ID: u32 = 0x5d20bae8
The constructor ID as specified in the TL schema.
impl StructuralPartialEq for MessageActionChangeCommunity
Source§impl TryFrom<MessageAction> for MessageActionChangeCommunity
impl TryFrom<MessageAction> for MessageActionChangeCommunity
Source§type Error = MessageAction
type Error = MessageAction
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for MessageActionChangeCommunity
impl RefUnwindSafe for MessageActionChangeCommunity
impl Send for MessageActionChangeCommunity
impl Sync for MessageActionChangeCommunity
impl Unpin for MessageActionChangeCommunity
impl UnsafeUnpin for MessageActionChangeCommunity
impl UnwindSafe for MessageActionChangeCommunity
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