#[repr(C)]pub enum FileListType {
Directory = 0,
File = 1,
}Expand description
File transfer type
Variants§
Trait Implementations§
Source§impl Clone for FileListType
impl Clone for FileListType
Source§fn clone(&self) -> FileListType
fn clone(&self) -> FileListType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FileListType
impl Debug for FileListType
Source§impl PartialEq for FileListType
impl PartialEq for FileListType
impl Copy for FileListType
impl Eq for FileListType
impl StructuralPartialEq for FileListType
Auto Trait Implementations§
impl Freeze for FileListType
impl RefUnwindSafe for FileListType
impl Send for FileListType
impl Sync for FileListType
impl Unpin for FileListType
impl UnwindSafe for FileListType
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