pub enum SftpEntryKind {
File,
Directory,
SymLink,
Other,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SftpEntryKind
impl RefUnwindSafe for SftpEntryKind
impl Send for SftpEntryKind
impl Sync for SftpEntryKind
impl Unpin for SftpEntryKind
impl UnwindSafe for SftpEntryKind
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