pub struct DirectoryPath {
pub value: String,
}Expand description
A string-backed directory path.
Fields§
§value: StringTrait Implementations§
Source§impl Clone for DirectoryPath
impl Clone for DirectoryPath
Source§fn clone(&self) -> DirectoryPath
fn clone(&self) -> DirectoryPath
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DirectoryPath
impl Debug for DirectoryPath
Source§impl Hash for DirectoryPath
impl Hash for DirectoryPath
Source§impl PartialEq for DirectoryPath
impl PartialEq for DirectoryPath
Source§fn eq(&self, other: &DirectoryPath) -> bool
fn eq(&self, other: &DirectoryPath) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DirectoryPath
impl StructuralPartialEq for DirectoryPath
Auto Trait Implementations§
impl Freeze for DirectoryPath
impl RefUnwindSafe for DirectoryPath
impl Send for DirectoryPath
impl Sync for DirectoryPath
impl Unpin for DirectoryPath
impl UnsafeUnpin for DirectoryPath
impl UnwindSafe for DirectoryPath
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