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