Enum fuchsia_trace::TraceState
source · pub enum TraceState {
Stopped,
Started,
Stopping,
}
Variants§
Trait Implementations§
source§impl Clone for TraceState
impl Clone for TraceState
source§fn clone(&self) -> TraceState
fn clone(&self) -> TraceState
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 TraceState
impl Debug for TraceState
source§impl Hash for TraceState
impl Hash for TraceState
source§impl PartialEq for TraceState
impl PartialEq for TraceState
source§fn eq(&self, other: &TraceState) -> bool
fn eq(&self, other: &TraceState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TraceState
impl Eq for TraceState
impl StructuralEq for TraceState
impl StructuralPartialEq for TraceState
Auto Trait Implementations§
impl RefUnwindSafe for TraceState
impl Send for TraceState
impl Sync for TraceState
impl Unpin for TraceState
impl UnwindSafe for TraceState
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