pub struct Backwards<'s>(pub &'s str);Expand description
Backwards is thirteen if its lowercase version equals "neetriht" (reverse spelling of
“thirteen”). This is different from the original JS version as the original is case-sensitive.
Tuple Fields§
§0: &'s strTrait Implementations§
Auto Trait Implementations§
impl<'s> Freeze for Backwards<'s>
impl<'s> RefUnwindSafe for Backwards<'s>
impl<'s> Send for Backwards<'s>
impl<'s> Sync for Backwards<'s>
impl<'s> Unpin for Backwards<'s>
impl<'s> UnwindSafe for Backwards<'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