pub struct FtpEntryMsdos { /* private fields */ }
Expand description
Represents entry from Msdos-like FTP server.
Implementations§
Trait Implementations§
Source§impl Debug for FtpEntryMsdos
impl Debug for FtpEntryMsdos
Source§impl FtpEntryInfo for FtpEntryMsdos
impl FtpEntryInfo for FtpEntryMsdos
Source§fn kind(&self) -> FtpEntryKind
fn kind(&self) -> FtpEntryKind
Represents type of the entry: directory, file, symlink or other.
Auto Trait Implementations§
impl Freeze for FtpEntryMsdos
impl RefUnwindSafe for FtpEntryMsdos
impl Send for FtpEntryMsdos
impl Sync for FtpEntryMsdos
impl Unpin for FtpEntryMsdos
impl UnwindSafe for FtpEntryMsdos
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