pub struct DocsDirectory(/* private fields */);
Expand description
Directory path for documentation.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for DocsDirectory
impl AsRef<str> for DocsDirectory
Source§impl Clone for DocsDirectory
impl Clone for DocsDirectory
Source§fn clone(&self) -> DocsDirectory
fn clone(&self) -> DocsDirectory
Returns a duplicate 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 moreSource§impl Debug for DocsDirectory
impl Debug for DocsDirectory
Source§impl<'de> Deserialize<'de> for DocsDirectory
impl<'de> Deserialize<'de> for DocsDirectory
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for DocsDirectory
impl Display for DocsDirectory
Source§impl From<String> for DocsDirectory
impl From<String> for DocsDirectory
Source§impl Hash for DocsDirectory
impl Hash for DocsDirectory
Source§impl PartialEq for DocsDirectory
impl PartialEq for DocsDirectory
Source§impl Serialize for DocsDirectory
impl Serialize for DocsDirectory
impl Eq for DocsDirectory
impl StructuralPartialEq for DocsDirectory
Auto Trait Implementations§
impl Freeze for DocsDirectory
impl RefUnwindSafe for DocsDirectory
impl Send for DocsDirectory
impl Sync for DocsDirectory
impl Unpin for DocsDirectory
impl UnwindSafe for DocsDirectory
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