pub struct Odd;Trait Implementations§
impl ComplementOf<Even> for Odd
impl ComplementOf<Odd> for Even
impl ComplementWithin<Even, All> for Odd
impl ComplementWithin<Odd, All> for Even
impl ComplementWithin<OddHigh, Odd> for OddLow
impl ComplementWithin<OddLow, Odd> for OddHigh
impl Copy for Odd
Auto Trait Implementations§
impl Freeze for Odd
impl RefUnwindSafe for Odd
impl Send for Odd
impl Sync for Odd
impl Unpin for Odd
impl UnsafeUnpin for Odd
impl UnwindSafe for Odd
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