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