pub struct LooseFileStorage { /* private fields */ }Expand description
Storage for loose files (not in archives)
Implementations§
Auto Trait Implementations§
impl Freeze for LooseFileStorage
impl RefUnwindSafe for LooseFileStorage
impl Send for LooseFileStorage
impl Sync for LooseFileStorage
impl Unpin for LooseFileStorage
impl UnwindSafe for LooseFileStorage
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