pub struct AtomicNumber<'s>(pub &'s str);Expand description
AtomicNumber is thirteen if the string equals "aluminum".
Tuple Fields§
§0: &'s strTrait Implementations§
Source§impl<'s> Clone for AtomicNumber<'s>
impl<'s> Clone for AtomicNumber<'s>
Source§fn clone(&self) -> AtomicNumber<'s>
fn clone(&self) -> AtomicNumber<'s>
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<'s> Debug for AtomicNumber<'s>
impl<'s> Debug for AtomicNumber<'s>
Source§impl IsThirteen for AtomicNumber<'_>
impl IsThirteen for AtomicNumber<'_>
Auto Trait Implementations§
impl<'s> Freeze for AtomicNumber<'s>
impl<'s> RefUnwindSafe for AtomicNumber<'s>
impl<'s> Send for AtomicNumber<'s>
impl<'s> Sync for AtomicNumber<'s>
impl<'s> Unpin for AtomicNumber<'s>
impl<'s> UnwindSafe for AtomicNumber<'s>
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