pub struct GetWallPapers {
pub hash: i64,
}Expand description
Fields§
§hash: i64Trait Implementations§
Source§impl Clone for GetWallPapers
impl Clone for GetWallPapers
Source§fn clone(&self) -> GetWallPapers
fn clone(&self) -> GetWallPapers
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 GetWallPapers
impl Debug for GetWallPapers
Source§impl Identifiable for GetWallPapers
impl Identifiable for GetWallPapers
Source§const CONSTRUCTOR_ID: u32 = 0x07967d36
const CONSTRUCTOR_ID: u32 = 0x07967d36
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetWallPapers
impl PartialEq for GetWallPapers
Source§impl RemoteCall for GetWallPapers
impl RemoteCall for GetWallPapers
Source§type Return = WallPapers
type Return = WallPapers
The deserialized response type.
Source§impl Serializable for GetWallPapers
impl Serializable for GetWallPapers
impl StructuralPartialEq for GetWallPapers
Auto Trait Implementations§
impl Freeze for GetWallPapers
impl RefUnwindSafe for GetWallPapers
impl Send for GetWallPapers
impl Sync for GetWallPapers
impl Unpin for GetWallPapers
impl UnsafeUnpin for GetWallPapers
impl UnwindSafe for GetWallPapers
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