pub struct Exposures(u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
source§impl Ord for Exposures
impl Ord for Exposures
source§impl PartialEq for Exposures
impl PartialEq for Exposures
source§impl PartialOrd for Exposures
impl PartialOrd for Exposures
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Exposures
impl Eq for Exposures
impl StructuralPartialEq for Exposures
Auto Trait Implementations§
impl Freeze for Exposures
impl RefUnwindSafe for Exposures
impl Send for Exposures
impl Sync for Exposures
impl Unpin for Exposures
impl UnwindSafe for Exposures
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