pub struct CacheStatus {
pub root: String,
pub device_count: usize,
pub playlist_count: usize,
}Expand description
Summary of cached items for spotify-cli cache status.
Fields§
§root: String§device_count: usize§playlist_count: usizeTrait Implementations§
Source§impl Clone for CacheStatus
impl Clone for CacheStatus
Source§fn clone(&self) -> CacheStatus
fn clone(&self) -> CacheStatus
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 moreAuto Trait Implementations§
impl Freeze for CacheStatus
impl RefUnwindSafe for CacheStatus
impl Send for CacheStatus
impl Sync for CacheStatus
impl Unpin for CacheStatus
impl UnwindSafe for CacheStatus
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