pub struct IdentifierName(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Clone for IdentifierName
impl Clone for IdentifierName
Source§fn clone(&self) -> IdentifierName
fn clone(&self) -> IdentifierName
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 IdentifierName
impl Debug for IdentifierName
Source§impl Display for IdentifierName
impl Display for IdentifierName
Source§impl Hash for IdentifierName
impl Hash for IdentifierName
Source§impl PartialEq for IdentifierName
impl PartialEq for IdentifierName
impl Eq for IdentifierName
impl StructuralPartialEq for IdentifierName
Auto Trait Implementations§
impl Freeze for IdentifierName
impl RefUnwindSafe for IdentifierName
impl Send for IdentifierName
impl Sync for IdentifierName
impl Unpin for IdentifierName
impl UnwindSafe for IdentifierName
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