Struct is_thirteen::Backwards [−][src]
pub struct Backwards<'s>(pub &'s str);
Expand description
Backwards is thirteen if it equals "neetRiht" (reverse spelling of “thirteen”).
Tuple Fields
0: &'s strTrait Implementations
Auto Trait Implementations
impl<'s> RefUnwindSafe for Backwards<'s>
impl<'s> UnwindSafe for Backwards<'s>
Blanket Implementations
Mutably borrows from an owned value. Read more