pub struct EntryName { /* private fields */ }Expand description
Entry name resolved relative to a parent directory path.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EntryName
impl RefUnwindSafe for EntryName
impl Send for EntryName
impl Sync for EntryName
impl Unpin for EntryName
impl UnsafeUnpin for EntryName
impl UnwindSafe for EntryName
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