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