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
Source§fn eq(&self, other: &RemoteFileKind) -> bool
fn eq(&self, other: &RemoteFileKind) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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