pub struct WallPapers {
pub hash: i64,
pub wallpapers: Vec<WallPaper>,
}Expand description
Generated from:
account.wallPapers#cdc3858c hash:long wallpapers:Vector<WallPaper> = account.WallPapersFields§
§hash: i64§wallpapers: Vec<WallPaper>Trait Implementations§
Source§impl Clone for WallPapers
impl Clone for WallPapers
Source§fn clone(&self) -> WallPapers
fn clone(&self) -> WallPapers
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 Debug for WallPapers
impl Debug for WallPapers
Source§impl Deserializable for WallPapers
impl Deserializable for WallPapers
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<WallPapers> for WallPapers
impl From<WallPapers> for WallPapers
Source§fn from(x: WallPapers) -> Self
fn from(x: WallPapers) -> Self
Converts to this type from the input type.
Source§impl Identifiable for WallPapers
impl Identifiable for WallPapers
Source§const CONSTRUCTOR_ID: u32 = 0xcdc3858c
const CONSTRUCTOR_ID: u32 = 0xcdc3858c
The constructor ID as specified in the TL schema.
Source§impl PartialEq for WallPapers
impl PartialEq for WallPapers
Source§impl Serializable for WallPapers
impl Serializable for WallPapers
Source§impl TryFrom<WallPapers> for WallPapers
impl TryFrom<WallPapers> for WallPapers
Source§type Error = WallPapers
type Error = WallPapers
The type returned in the event of a conversion error.
impl StructuralPartialEq for WallPapers
Auto Trait Implementations§
impl Freeze for WallPapers
impl RefUnwindSafe for WallPapers
impl Send for WallPapers
impl Sync for WallPapers
impl Unpin for WallPapers
impl UnsafeUnpin for WallPapers
impl UnwindSafe for WallPapers
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