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