struct OTCoverage(u8);Tuple Fields§
§0: u8Implementations§
Source§impl OTCoverage
 
impl OTCoverage
fn is_horizontal(self) -> bool
fn has_cross_stream(self) -> bool
Trait Implementations§
Source§impl Clone for OTCoverage
 
impl Clone for OTCoverage
Source§fn clone(&self) -> OTCoverage
 
fn clone(&self) -> OTCoverage
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for OTCoverage
 
impl Debug for OTCoverage
Source§impl FromData for OTCoverage
 
impl FromData for OTCoverage
impl Copy for OTCoverage
Auto Trait Implementations§
impl Freeze for OTCoverage
impl RefUnwindSafe for OTCoverage
impl Send for OTCoverage
impl Sync for OTCoverage
impl Unpin for OTCoverage
impl UnwindSafe for OTCoverage
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