pub struct ChannelAdminLogEventActionExportedInviteRevoke {
pub invite: ExportedChatInvite,
}Expand description
channelAdminLogEventActionExportedInviteRevoke
Generated from:
channelAdminLogEventActionExportedInviteRevoke#410a134e invite:ExportedChatInvite = ChannelAdminLogEventActionFields§
§invite: ExportedChatInviteTrait Implementations§
Source§impl Clone for ChannelAdminLogEventActionExportedInviteRevoke
impl Clone for ChannelAdminLogEventActionExportedInviteRevoke
Source§fn clone(&self) -> ChannelAdminLogEventActionExportedInviteRevoke
fn clone(&self) -> ChannelAdminLogEventActionExportedInviteRevoke
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 Deserializable for ChannelAdminLogEventActionExportedInviteRevoke
impl Deserializable for ChannelAdminLogEventActionExportedInviteRevoke
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<ChannelAdminLogEventActionExportedInviteRevoke> for ChannelAdminLogEventAction
impl From<ChannelAdminLogEventActionExportedInviteRevoke> for ChannelAdminLogEventAction
Source§fn from(x: ChannelAdminLogEventActionExportedInviteRevoke) -> Self
fn from(x: ChannelAdminLogEventActionExportedInviteRevoke) -> Self
Converts to this type from the input type.
Source§impl Identifiable for ChannelAdminLogEventActionExportedInviteRevoke
impl Identifiable for ChannelAdminLogEventActionExportedInviteRevoke
Source§const CONSTRUCTOR_ID: u32 = 0x410a134e
const CONSTRUCTOR_ID: u32 = 0x410a134e
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ChannelAdminLogEventActionExportedInviteRevoke
impl PartialEq for ChannelAdminLogEventActionExportedInviteRevoke
Source§fn eq(&self, other: &ChannelAdminLogEventActionExportedInviteRevoke) -> bool
fn eq(&self, other: &ChannelAdminLogEventActionExportedInviteRevoke) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<ChannelAdminLogEventAction> for ChannelAdminLogEventActionExportedInviteRevoke
impl TryFrom<ChannelAdminLogEventAction> for ChannelAdminLogEventActionExportedInviteRevoke
Source§type Error = ChannelAdminLogEventAction
type Error = ChannelAdminLogEventAction
The type returned in the event of a conversion error.
impl StructuralPartialEq for ChannelAdminLogEventActionExportedInviteRevoke
Auto Trait Implementations§
impl Freeze for ChannelAdminLogEventActionExportedInviteRevoke
impl RefUnwindSafe for ChannelAdminLogEventActionExportedInviteRevoke
impl Send for ChannelAdminLogEventActionExportedInviteRevoke
impl Sync for ChannelAdminLogEventActionExportedInviteRevoke
impl Unpin for ChannelAdminLogEventActionExportedInviteRevoke
impl UnsafeUnpin for ChannelAdminLogEventActionExportedInviteRevoke
impl UnwindSafe for ChannelAdminLogEventActionExportedInviteRevoke
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