pub struct GetWallPaper {
pub wallpaper: InputWallPaper,
}Expand description
Generated from:
account.getWallPaper#fc8ddbea wallpaper:InputWallPaper = WallPaperFields§
§wallpaper: InputWallPaperTrait Implementations§
Source§impl Clone for GetWallPaper
impl Clone for GetWallPaper
Source§fn clone(&self) -> GetWallPaper
fn clone(&self) -> GetWallPaper
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 GetWallPaper
impl Debug for GetWallPaper
Source§impl Identifiable for GetWallPaper
impl Identifiable for GetWallPaper
Source§const CONSTRUCTOR_ID: u32 = 0xfc8ddbea
const CONSTRUCTOR_ID: u32 = 0xfc8ddbea
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetWallPaper
impl PartialEq for GetWallPaper
Source§impl RemoteCall for GetWallPaper
impl RemoteCall for GetWallPaper
Source§impl Serializable for GetWallPaper
impl Serializable for GetWallPaper
impl StructuralPartialEq for GetWallPaper
Auto Trait Implementations§
impl Freeze for GetWallPaper
impl RefUnwindSafe for GetWallPaper
impl Send for GetWallPaper
impl Sync for GetWallPaper
impl Unpin for GetWallPaper
impl UnsafeUnpin for GetWallPaper
impl UnwindSafe for GetWallPaper
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