pub struct OpenDir {
pub id: u32,
pub path: Utf8PathBuf,
}Fields§
§id: u32§path: Utf8PathBufTrait Implementations§
Source§impl PayloadTrait for OpenDir
impl PayloadTrait for OpenDir
impl Eq for OpenDir
impl StructuralPartialEq for OpenDir
Auto Trait Implementations§
impl Freeze for OpenDir
impl RefUnwindSafe for OpenDir
impl Send for OpenDir
impl Sync for OpenDir
impl Unpin for OpenDir
impl UnwindSafe for OpenDir
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