pub struct VecCache(pub Vec<Option<PathBuf>>);
Tuple Fields§
§0: Vec<Option<PathBuf>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VecCache
impl RefUnwindSafe for VecCache
impl Send for VecCache
impl Sync for VecCache
impl Unpin for VecCache
impl UnwindSafe for VecCache
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