pub struct SftpEntry { /* private fields */ }
Implementations§
Source§impl SftpEntry
impl SftpEntry
pub fn path(&self) -> &str
pub fn size(&self) -> &Option<u64>
pub fn user_id(&self) -> &Option<u32>
pub fn group_id(&self) -> &Option<u32>
pub fn permissions(&self) -> &Option<u32>
pub fn last_access_time(&self) -> &Option<u64>
pub fn last_modification_time(&self) -> &Option<u64>
pub fn kind(&self) -> &SftpEntryKind
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SftpEntry
impl RefUnwindSafe for SftpEntry
impl Send for SftpEntry
impl Sync for SftpEntry
impl Unpin for SftpEntry
impl UnwindSafe for SftpEntry
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