pub enum ReportKind {}
Expand description
A tag indicating the kind of report.
Trait Implementations§
Source§impl TypedUuidKind for ReportKind
impl TypedUuidKind for ReportKind
Source§fn tag() -> TypedUuidTag
fn tag() -> TypedUuidTag
Returns the corresponding tag for this kind. Read more
Auto Trait Implementations§
impl Freeze for ReportKind
impl RefUnwindSafe for ReportKind
impl Send for ReportKind
impl Sync for ReportKind
impl Unpin for ReportKind
impl UnwindSafe for ReportKind
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