pub struct ScpFileStat { /* private fields */ }
Expand description
Metadata returned about a remote file when received via scp
.
Implementations§
Source§impl ScpFileStat
impl ScpFileStat
Auto Trait Implementations§
impl Freeze for ScpFileStat
impl RefUnwindSafe for ScpFileStat
impl Send for ScpFileStat
impl Sync for ScpFileStat
impl Unpin for ScpFileStat
impl UnwindSafe for ScpFileStat
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