pub struct AurUpdatesCache(/* private fields */);
Expand description
Cached state for offline updates check
Trait Implementations§
Source§impl Clone for AurUpdatesCache
impl Clone for AurUpdatesCache
Source§fn clone(&self) -> AurUpdatesCache
fn clone(&self) -> AurUpdatesCache
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 Default for AurUpdatesCache
impl Default for AurUpdatesCache
Source§fn default() -> AurUpdatesCache
fn default() -> AurUpdatesCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AurUpdatesCache
impl RefUnwindSafe for AurUpdatesCache
impl Send for AurUpdatesCache
impl Sync for AurUpdatesCache
impl Unpin for AurUpdatesCache
impl UnwindSafe for AurUpdatesCache
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