pub enum RemoteFileKind {
File,
Directory,
}
Expand description
Defines files type for parsed LIST
command.
Variants§
Trait Implementations§
Source§impl Debug for RemoteFileKind
impl Debug for RemoteFileKind
Source§impl PartialEq for RemoteFileKind
impl PartialEq for RemoteFileKind
impl StructuralPartialEq for RemoteFileKind
Auto Trait Implementations§
impl Freeze for RemoteFileKind
impl RefUnwindSafe for RemoteFileKind
impl Send for RemoteFileKind
impl Sync for RemoteFileKind
impl Unpin for RemoteFileKind
impl UnwindSafe for RemoteFileKind
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