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