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