pub struct DefName(/* private fields */);Trait Implementations§
Source§impl From<Identifier> for DefName
impl From<Identifier> for DefName
Source§fn from(value: Identifier) -> Self
fn from(value: Identifier) -> Self
Converts to this type from the input type.
Source§impl Ord for DefName
impl Ord for DefName
Source§impl PartialOrd for DefName
impl PartialOrd for DefName
impl Eq for DefName
impl StructuralPartialEq for DefName
Auto Trait Implementations§
impl Freeze for DefName
impl RefUnwindSafe for DefName
impl Send for DefName
impl Sync for DefName
impl Unpin for DefName
impl UnwindSafe for DefName
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