pub struct FileStateCache {
pub cache: HashMap<String, Value>,
}Expand description
File state cache
Fields§
§cache: HashMap<String, Value>Trait Implementations§
Source§impl Clone for FileStateCache
impl Clone for FileStateCache
Source§fn clone(&self) -> FileStateCache
fn clone(&self) -> FileStateCache
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 Debug for FileStateCache
impl Debug for FileStateCache
Source§impl Default for FileStateCache
impl Default for FileStateCache
Source§fn default() -> FileStateCache
fn default() -> FileStateCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FileStateCache
impl RefUnwindSafe for FileStateCache
impl Send for FileStateCache
impl Sync for FileStateCache
impl Unpin for FileStateCache
impl UnsafeUnpin for FileStateCache
impl UnwindSafe for FileStateCache
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