pub struct EntityAlias { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for EntityAlias
impl Clone for EntityAlias
Source§impl Debug for EntityAlias
impl Debug for EntityAlias
Source§impl OneEntryNamed for EntityAlias
impl OneEntryNamed for EntityAlias
fn within_path_buf(&self, directory: PathBuf) -> OneEntry
fn entry_name(&self) -> &EntryName
fn entry_type(&self) -> &EntryType
fn name_alias(&self) -> Option<&str>
fn boxed(&self) -> Box<dyn OneEntryNamed>
Auto Trait Implementations§
impl !RefUnwindSafe for EntityAlias
impl !Send for EntityAlias
impl !Sync for EntityAlias
impl !UnwindSafe for EntityAlias
impl Freeze for EntityAlias
impl Unpin for EntityAlias
impl UnsafeUnpin for EntityAlias
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