pub struct UnpackedResource { /* private fields */ }
Expand description
Used to read unpacked files from a directory.
Implementations§
Source§impl UnpackedResource
impl UnpackedResource
pub fn from_existing(base_directory: &str) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnpackedResource
impl RefUnwindSafe for UnpackedResource
impl Send for UnpackedResource
impl Sync for UnpackedResource
impl Unpin for UnpackedResource
impl UnwindSafe for UnpackedResource
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