pub struct FolderStatefulList {
pub entry: DirEntry,
pub state: StatusItemType,
}
Expand description
Fields§
§entry: DirEntry
§state: StatusItemType
Trait Implementations§
Source§impl Clone for FolderStatefulList
impl Clone for FolderStatefulList
Source§fn clone(&self) -> FolderStatefulList
fn clone(&self) -> FolderStatefulList
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for FolderStatefulList
impl RefUnwindSafe for FolderStatefulList
impl Send for FolderStatefulList
impl Sync for FolderStatefulList
impl Unpin for FolderStatefulList
impl UnwindSafe for FolderStatefulList
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