struct DirEntryWithName<'a> {
de: &'a mut DirEntryRaw,
name: OsString,
}Fields§
§de: &'a mut DirEntryRaw§name: OsStringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DirEntryWithName<'a>
impl<'a> RefUnwindSafe for DirEntryWithName<'a>
impl<'a> Send for DirEntryWithName<'a>
impl<'a> Sync for DirEntryWithName<'a>
impl<'a> Unpin for DirEntryWithName<'a>
impl<'a> !UnwindSafe for DirEntryWithName<'a>
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