Struct ssh2_patched::ScpFileStat
source · [−]pub struct ScpFileStat { /* private fields */ }
Expand description
Metadata returned about a remote file when received via scp
.
Implementations
sourceimpl ScpFileStat
impl ScpFileStat
Auto Trait Implementations
impl RefUnwindSafe for ScpFileStat
impl Send for ScpFileStat
impl Sync for ScpFileStat
impl Unpin for ScpFileStat
impl UnwindSafe for ScpFileStat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more