pub struct CustomIdent(pub Atom);
Expand description
Tuple Fields§
§0: Atom
Trait Implementations§
Source§impl Clone for CustomIdent
impl Clone for CustomIdent
Source§fn clone(&self) -> CustomIdent
fn clone(&self) -> CustomIdent
Returns a duplicate 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 CustomIdent
impl Debug for CustomIdent
Source§impl Hash for CustomIdent
impl Hash for CustomIdent
Source§impl PartialEq for CustomIdent
impl PartialEq for CustomIdent
Source§impl ToCss for CustomIdent
impl ToCss for CustomIdent
impl Eq for CustomIdent
impl StructuralPartialEq for CustomIdent
Auto Trait Implementations§
impl Freeze for CustomIdent
impl RefUnwindSafe for CustomIdent
impl Send for CustomIdent
impl Sync for CustomIdent
impl Unpin for CustomIdent
impl UnwindSafe for CustomIdent
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