pub struct GetMultiWallPapers {
pub wallpapers: Vec<InputWallPaper>,
}Expand description
Generated from:
account.getMultiWallPapers#65ad71dc wallpapers:Vector<InputWallPaper> = Vector<WallPaper>Fields§
§wallpapers: Vec<InputWallPaper>Trait Implementations§
Source§impl Clone for GetMultiWallPapers
impl Clone for GetMultiWallPapers
Source§fn clone(&self) -> GetMultiWallPapers
fn clone(&self) -> GetMultiWallPapers
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 GetMultiWallPapers
impl Debug for GetMultiWallPapers
Source§impl Identifiable for GetMultiWallPapers
impl Identifiable for GetMultiWallPapers
Source§const CONSTRUCTOR_ID: u32 = 0x65ad71dc
const CONSTRUCTOR_ID: u32 = 0x65ad71dc
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetMultiWallPapers
impl PartialEq for GetMultiWallPapers
Source§impl RemoteCall for GetMultiWallPapers
impl RemoteCall for GetMultiWallPapers
Source§impl Serializable for GetMultiWallPapers
impl Serializable for GetMultiWallPapers
impl StructuralPartialEq for GetMultiWallPapers
Auto Trait Implementations§
impl Freeze for GetMultiWallPapers
impl RefUnwindSafe for GetMultiWallPapers
impl Send for GetMultiWallPapers
impl Sync for GetMultiWallPapers
impl Unpin for GetMultiWallPapers
impl UnsafeUnpin for GetMultiWallPapers
impl UnwindSafe for GetMultiWallPapers
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