pub struct CacheCliArgs {
pub refresh: bool,
pub no_cache: bool,
}
Fields§
§refresh: bool
§no_cache: bool
Implementations§
Source§impl CacheCliArgs
impl CacheCliArgs
pub fn builder() -> CacheCliArgsBuilder
Trait Implementations§
Source§impl Clone for CacheCliArgs
impl Clone for CacheCliArgs
Source§fn clone(&self) -> CacheCliArgs
fn clone(&self) -> CacheCliArgs
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 CacheCliArgs
impl Default for CacheCliArgs
Source§fn default() -> CacheCliArgs
fn default() -> CacheCliArgs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CacheCliArgs
impl RefUnwindSafe for CacheCliArgs
impl Send for CacheCliArgs
impl Sync for CacheCliArgs
impl Unpin for CacheCliArgs
impl UnwindSafe for CacheCliArgs
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