pub struct BaseAndRelPath {
pub base_path: Option<Arc<PathBuf>>,
pub rel_path: PathBuf,
}Fields§
§base_path: Option<Arc<PathBuf>>§rel_path: PathBufImplementations§
Trait Implementations§
Source§impl Clone for BaseAndRelPath
impl Clone for BaseAndRelPath
Source§fn clone(&self) -> BaseAndRelPath
fn clone(&self) -> BaseAndRelPath
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for BaseAndRelPath
impl RefUnwindSafe for BaseAndRelPath
impl Send for BaseAndRelPath
impl Sync for BaseAndRelPath
impl Unpin for BaseAndRelPath
impl UnwindSafe for BaseAndRelPath
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