pub struct InputWallPaperNoFile {
pub id: i64,
}Expand description
Fields§
§id: i64Trait Implementations§
Source§impl Clone for InputWallPaperNoFile
impl Clone for InputWallPaperNoFile
Source§fn clone(&self) -> InputWallPaperNoFile
fn clone(&self) -> InputWallPaperNoFile
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 InputWallPaperNoFile
impl Debug for InputWallPaperNoFile
Source§impl Deserializable for InputWallPaperNoFile
impl Deserializable for InputWallPaperNoFile
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<InputWallPaperNoFile> for InputWallPaper
impl From<InputWallPaperNoFile> for InputWallPaper
Source§fn from(x: InputWallPaperNoFile) -> Self
fn from(x: InputWallPaperNoFile) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputWallPaperNoFile
impl Identifiable for InputWallPaperNoFile
Source§const CONSTRUCTOR_ID: u32 = 0x967a462e
const CONSTRUCTOR_ID: u32 = 0x967a462e
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InputWallPaperNoFile
impl PartialEq for InputWallPaperNoFile
Source§impl Serializable for InputWallPaperNoFile
impl Serializable for InputWallPaperNoFile
Source§impl TryFrom<InputWallPaper> for InputWallPaperNoFile
impl TryFrom<InputWallPaper> for InputWallPaperNoFile
Source§type Error = InputWallPaper
type Error = InputWallPaper
The type returned in the event of a conversion error.
impl StructuralPartialEq for InputWallPaperNoFile
Auto Trait Implementations§
impl Freeze for InputWallPaperNoFile
impl RefUnwindSafe for InputWallPaperNoFile
impl Send for InputWallPaperNoFile
impl Sync for InputWallPaperNoFile
impl Unpin for InputWallPaperNoFile
impl UnsafeUnpin for InputWallPaperNoFile
impl UnwindSafe for InputWallPaperNoFile
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