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