pub struct GetAppUpdate {
pub source: String,
}Expand description
Fields§
§source: StringTrait Implementations§
Source§impl Clone for GetAppUpdate
impl Clone for GetAppUpdate
Source§fn clone(&self) -> GetAppUpdate
fn clone(&self) -> GetAppUpdate
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 GetAppUpdate
impl Debug for GetAppUpdate
Source§impl Identifiable for GetAppUpdate
impl Identifiable for GetAppUpdate
Source§const CONSTRUCTOR_ID: u32 = 0x522d5a7d
const CONSTRUCTOR_ID: u32 = 0x522d5a7d
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetAppUpdate
impl PartialEq for GetAppUpdate
Source§impl RemoteCall for GetAppUpdate
impl RemoteCall for GetAppUpdate
Source§impl Serializable for GetAppUpdate
impl Serializable for GetAppUpdate
impl StructuralPartialEq for GetAppUpdate
Auto Trait Implementations§
impl Freeze for GetAppUpdate
impl RefUnwindSafe for GetAppUpdate
impl Send for GetAppUpdate
impl Sync for GetAppUpdate
impl Unpin for GetAppUpdate
impl UnsafeUnpin for GetAppUpdate
impl UnwindSafe for GetAppUpdate
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