Struct is_thirteen::DivisibleBy [−][src]
pub struct DivisibleBy<T>(pub T);
Expand description
DivisibleBy is thirteen if it is a divisor of 13.
Tuple Fields
0: TTrait Implementations
impl<T, RemOutput> IsThirteen for DivisibleBy<T> where
T: Rem<Output = RemOutput> + FromPrimitive + Copy,
RemOutput: PartialEq + FromPrimitive,
impl<T, RemOutput> IsThirteen for DivisibleBy<T> where
T: Rem<Output = RemOutput> + FromPrimitive + Copy,
RemOutput: PartialEq + FromPrimitive,
Auto Trait Implementations
impl<T> RefUnwindSafe for DivisibleBy<T> where
T: RefUnwindSafe,
impl<T> Send for DivisibleBy<T> where
T: Send,
impl<T> Sync for DivisibleBy<T> where
T: Sync,
impl<T> Unpin for DivisibleBy<T> where
T: Unpin,
impl<T> UnwindSafe for DivisibleBy<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more