pub struct RealPath {
pub path: Path,
}Expand description
Fields§
§path: PathPath to canonicalize
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RealPath
impl<'de> Deserialize<'de> for RealPath
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 SftpRequest for RealPath
impl SftpRequest for RealPath
impl Eq for RealPath
impl StructuralPartialEq for RealPath
Auto Trait Implementations§
impl Freeze for RealPath
impl RefUnwindSafe for RealPath
impl Send for RealPath
impl Sync for RealPath
impl Unpin for RealPath
impl UnwindSafe for RealPath
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