pub struct CachedSpore {
pub domain: String,
pub hash: String,
pub name: String,
pub synopsis: String,
pub path: PathBuf,
pub size: u64,
pub verdict: Option<TasteVerdict>,
}Expand description
Information about a cached spore
Fields§
§domain: String§hash: String§name: String§synopsis: String§path: PathBuf§size: u64§verdict: Option<TasteVerdict>Auto Trait Implementations§
impl Freeze for CachedSpore
impl RefUnwindSafe for CachedSpore
impl Send for CachedSpore
impl Sync for CachedSpore
impl Unpin for CachedSpore
impl UnsafeUnpin for CachedSpore
impl UnwindSafe for CachedSpore
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