Struct emerald_kernel_user_link::file::DirFilename
source · pub struct DirFilename(/* private fields */);
Implementations§
Trait Implementations§
source§impl Clone for DirFilename
impl Clone for DirFilename
source§fn clone(&self) -> DirFilename
fn clone(&self) -> DirFilename
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DirFilename
impl Debug for DirFilename
source§impl Default for DirFilename
impl Default for DirFilename
source§impl From<&str> for DirFilename
impl From<&str> for DirFilename
source§impl Hash for DirFilename
impl Hash for DirFilename
source§impl PartialEq for DirFilename
impl PartialEq for DirFilename
source§fn eq(&self, other: &DirFilename) -> bool
fn eq(&self, other: &DirFilename) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DirFilename
impl Eq for DirFilename
impl StructuralEq for DirFilename
impl StructuralPartialEq for DirFilename
Auto Trait Implementations§
impl RefUnwindSafe for DirFilename
impl Send for DirFilename
impl Sync for DirFilename
impl Unpin for DirFilename
impl UnwindSafe for DirFilename
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