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