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