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