pub struct DeclaredName;Expand description
One stable name this compiler wrote down, standing for a value it declares.
Trait Implementations§
Source§impl Clone for DeclaredName
impl Clone for DeclaredName
Source§fn clone(&self) -> DeclaredName
fn clone(&self) -> DeclaredName
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeclaredName
Source§impl Debug for DeclaredName
impl Debug for DeclaredName
impl Eq for DeclaredName
Source§impl Hash for DeclaredName
impl Hash for DeclaredName
Source§impl PartialEq for DeclaredName
impl PartialEq for DeclaredName
impl StructuralPartialEq for DeclaredName
Auto Trait Implementations§
impl Freeze for DeclaredName
impl RefUnwindSafe for DeclaredName
impl Send for DeclaredName
impl Sync for DeclaredName
impl Unpin for DeclaredName
impl UnsafeUnpin for DeclaredName
impl UnwindSafe for DeclaredName
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