Struct is_thirteen::AtomicNumber [−][src]
pub struct AtomicNumber<'s>(pub &'s str);
Expand description
AtomicNumber is thirteen if the string equals "aluminum".
Tuple Fields
0: &'s strTrait Implementations
Auto Trait Implementations
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
Mutably borrows from an owned value. Read more