pub struct ReadDirMsg {
pub entries: Vec<DirEntry>,
/* private fields */
}Expand description
readDirMsg is sent after a directory has been read.
Fields§
§entries: Vec<DirEntry>The entries of the directory.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadDirMsg
impl RefUnwindSafe for ReadDirMsg
impl Send for ReadDirMsg
impl Sync for ReadDirMsg
impl Unpin for ReadDirMsg
impl UnsafeUnpin for ReadDirMsg
impl UnwindSafe for ReadDirMsg
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