pub struct CheckForUpdateRequest {
pub update_type: UpdateType,
pub cached_only: bool,
pub version: String,
}Fields§
§update_type: UpdateType§cached_only: bool§version: StringTrait Implementations§
Source§impl Clone for CheckForUpdateRequest
impl Clone for CheckForUpdateRequest
Source§fn clone(&self) -> CheckForUpdateRequest
fn clone(&self) -> CheckForUpdateRequest
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 CheckForUpdateRequest
impl Debug for CheckForUpdateRequest
Source§impl Default for CheckForUpdateRequest
impl Default for CheckForUpdateRequest
Source§fn default() -> CheckForUpdateRequest
fn default() -> CheckForUpdateRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for CheckForUpdateRequest
impl PartialEq for CheckForUpdateRequest
Source§impl ToXml for CheckForUpdateRequest
impl ToXml for CheckForUpdateRequest
impl StructuralPartialEq for CheckForUpdateRequest
Auto Trait Implementations§
impl Freeze for CheckForUpdateRequest
impl RefUnwindSafe for CheckForUpdateRequest
impl Send for CheckForUpdateRequest
impl Sync for CheckForUpdateRequest
impl Unpin for CheckForUpdateRequest
impl UnwindSafe for CheckForUpdateRequest
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