pub struct ReportLevel(/* private fields */);
Implementations§
Source§impl ReportLevel
impl ReportLevel
pub const RAW_RECTANGLES: Self
pub const DELTA_RECTANGLES: Self
pub const BOUNDING_BOX: Self
pub const NON_EMPTY: Self
Trait Implementations§
Source§impl Clone for ReportLevel
impl Clone for ReportLevel
Source§fn clone(&self) -> ReportLevel
fn clone(&self) -> ReportLevel
Returns a copy 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 ReportLevel
impl Debug for ReportLevel
Source§impl Default for ReportLevel
impl Default for ReportLevel
Source§fn default() -> ReportLevel
fn default() -> ReportLevel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReportLevel
impl<'de> Deserialize<'de> for ReportLevel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ReportLevel> for Option<u16>
impl From<ReportLevel> for Option<u16>
Source§fn from(input: ReportLevel) -> Self
fn from(input: ReportLevel) -> Self
Converts to this type from the input type.
Source§impl From<ReportLevel> for Option<u32>
impl From<ReportLevel> for Option<u32>
Source§fn from(input: ReportLevel) -> Self
fn from(input: ReportLevel) -> Self
Converts to this type from the input type.
Source§impl From<ReportLevel> for Option<u8>
impl From<ReportLevel> for Option<u8>
Source§fn from(input: ReportLevel) -> Self
fn from(input: ReportLevel) -> Self
Converts to this type from the input type.
Source§impl From<ReportLevel> for u16
impl From<ReportLevel> for u16
Source§fn from(input: ReportLevel) -> Self
fn from(input: ReportLevel) -> Self
Converts to this type from the input type.
Source§impl From<ReportLevel> for u32
impl From<ReportLevel> for u32
Source§fn from(input: ReportLevel) -> Self
fn from(input: ReportLevel) -> Self
Converts to this type from the input type.
Source§impl From<ReportLevel> for u8
impl From<ReportLevel> for u8
Source§fn from(input: ReportLevel) -> Self
fn from(input: ReportLevel) -> Self
Converts to this type from the input type.
Source§impl From<u8> for ReportLevel
impl From<u8> for ReportLevel
Source§impl Hash for ReportLevel
impl Hash for ReportLevel
Source§impl Ord for ReportLevel
impl Ord for ReportLevel
Source§fn cmp(&self, other: &ReportLevel) -> Ordering
fn cmp(&self, other: &ReportLevel) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ReportLevel
impl PartialEq for ReportLevel
Source§impl PartialOrd for ReportLevel
impl PartialOrd for ReportLevel
Source§impl Serialize for ReportLevel
impl Serialize for ReportLevel
impl Copy for ReportLevel
impl Eq for ReportLevel
impl StructuralPartialEq for ReportLevel
Auto Trait Implementations§
impl Freeze for ReportLevel
impl RefUnwindSafe for ReportLevel
impl Send for ReportLevel
impl Sync for ReportLevel
impl Unpin for ReportLevel
impl UnwindSafe for ReportLevel
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