pub struct RemoteFile {
pub kind: RemoteFileKind,
pub size: usize,
pub name: String,
}
Expand description
Represents single item parsed LIST
command.
Fields§
§kind: RemoteFileKind
§size: usize
§name: String
Trait Implementations§
Source§impl Debug for RemoteFile
impl Debug for RemoteFile
Source§impl PartialEq for RemoteFile
impl PartialEq for RemoteFile
impl StructuralPartialEq for RemoteFile
Auto Trait Implementations§
impl Freeze for RemoteFile
impl RefUnwindSafe for RemoteFile
impl Send for RemoteFile
impl Sync for RemoteFile
impl Unpin for RemoteFile
impl UnwindSafe for RemoteFile
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