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