pub struct TraceAlias(/* private fields */);Expand description
UItrace alias (up to 5 characters, e.g. “WIDE2”).
Implementations§
Trait Implementations§
Source§impl Clone for TraceAlias
impl Clone for TraceAlias
Source§fn clone(&self) -> TraceAlias
fn clone(&self) -> TraceAlias
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 TraceAlias
impl Debug for TraceAlias
Source§impl Default for TraceAlias
impl Default for TraceAlias
Source§fn default() -> TraceAlias
fn default() -> TraceAlias
Returns the “default value” for a type. Read more
Source§impl Hash for TraceAlias
impl Hash for TraceAlias
Source§impl PartialEq for TraceAlias
impl PartialEq for TraceAlias
impl Eq for TraceAlias
impl StructuralPartialEq for TraceAlias
Auto Trait Implementations§
impl Freeze for TraceAlias
impl RefUnwindSafe for TraceAlias
impl Send for TraceAlias
impl Sync for TraceAlias
impl Unpin for TraceAlias
impl UnwindSafe for TraceAlias
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