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