pub struct NoAppUpdate {}Expand description
Trait Implementations§
Source§impl Clone for NoAppUpdate
impl Clone for NoAppUpdate
Source§fn clone(&self) -> NoAppUpdate
fn clone(&self) -> NoAppUpdate
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 NoAppUpdate
impl Debug for NoAppUpdate
Source§impl Deserializable for NoAppUpdate
impl Deserializable for NoAppUpdate
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<NoAppUpdate> for AppUpdate
impl From<NoAppUpdate> for AppUpdate
Source§fn from(_x: NoAppUpdate) -> Self
fn from(_x: NoAppUpdate) -> Self
Converts to this type from the input type.
Source§impl Identifiable for NoAppUpdate
impl Identifiable for NoAppUpdate
Source§const CONSTRUCTOR_ID: u32 = 0xc45a6536
const CONSTRUCTOR_ID: u32 = 0xc45a6536
The constructor ID as specified in the TL schema.
Source§impl PartialEq for NoAppUpdate
impl PartialEq for NoAppUpdate
Source§impl Serializable for NoAppUpdate
impl Serializable for NoAppUpdate
impl StructuralPartialEq for NoAppUpdate
Auto Trait Implementations§
impl Freeze for NoAppUpdate
impl RefUnwindSafe for NoAppUpdate
impl Send for NoAppUpdate
impl Sync for NoAppUpdate
impl Unpin for NoAppUpdate
impl UnsafeUnpin for NoAppUpdate
impl UnwindSafe for NoAppUpdate
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