pub struct UpdatePolicy { /* private fields */ }Expand description
Application update preferences, independent of update providers.
Implementations§
Source§impl UpdatePolicy
impl UpdatePolicy
Trait Implementations§
Source§impl Clone for UpdatePolicy
impl Clone for UpdatePolicy
Source§fn clone(&self) -> UpdatePolicy
fn clone(&self) -> UpdatePolicy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdatePolicy
impl Debug for UpdatePolicy
Source§impl<'de> Deserialize<'de> for UpdatePolicy
impl<'de> Deserialize<'de> for UpdatePolicy
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for UpdatePolicy
Source§impl PartialEq for UpdatePolicy
impl PartialEq for UpdatePolicy
Source§impl Serialize for UpdatePolicy
impl Serialize for UpdatePolicy
impl StructuralPartialEq for UpdatePolicy
Auto Trait Implementations§
impl Freeze for UpdatePolicy
impl RefUnwindSafe for UpdatePolicy
impl Send for UpdatePolicy
impl Sync for UpdatePolicy
impl Unpin for UpdatePolicy
impl UnsafeUnpin for UpdatePolicy
impl UnwindSafe for UpdatePolicy
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