pub enum TelemetryType {
Transition,
Guard,
Error,
State,
}Expand description
Telemetry event type.
Variants§
Trait Implementations§
Source§impl Clone for TelemetryType
impl Clone for TelemetryType
Source§fn clone(&self) -> TelemetryType
fn clone(&self) -> TelemetryType
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 moreAuto Trait Implementations§
impl Freeze for TelemetryType
impl RefUnwindSafe for TelemetryType
impl Send for TelemetryType
impl Sync for TelemetryType
impl Unpin for TelemetryType
impl UnsafeUnpin for TelemetryType
impl UnwindSafe for TelemetryType
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