Struct AbsolutePath
struct AbsolutePath(PathBuf);Available on crate feature
file only.Expand description
Serde helper for PathBuf that requires an absolute path.
Tuple Fields§
§0: PathBufTrait Implementations§
§impl Debug for AbsolutePath
impl Debug for AbsolutePath
§impl<'de> Deserialize<'de> for AbsolutePath
impl<'de> Deserialize<'de> for AbsolutePath
§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
Auto Trait Implementations§
impl Freeze for AbsolutePath
impl RefUnwindSafe for AbsolutePath
impl Send for AbsolutePath
impl Sync for AbsolutePath
impl Unpin for AbsolutePath
impl UnwindSafe for AbsolutePath
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