pub struct BacktraceId(/* private fields */);Implementations§
Source§impl BacktraceId
impl BacktraceId
pub fn next() -> Result<BacktraceId, InvariantError>
Trait Implementations§
Source§impl Clone for BacktraceId
impl Clone for BacktraceId
Source§fn clone(&self) -> BacktraceId
fn clone(&self) -> BacktraceId
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 BacktraceId
impl Debug for BacktraceId
Source§impl Display for BacktraceId
impl Display for BacktraceId
Source§impl<'ʄ> Facet<'ʄ> for BacktraceId
impl<'ʄ> Facet<'ʄ> for BacktraceId
Source§impl Hash for BacktraceId
impl Hash for BacktraceId
Source§impl Ord for BacktraceId
impl Ord for BacktraceId
Source§fn cmp(&self, other: &BacktraceId) -> Ordering
fn cmp(&self, other: &BacktraceId) -> 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 BacktraceId
impl PartialEq for BacktraceId
Source§impl PartialOrd for BacktraceId
impl PartialOrd for BacktraceId
impl Copy for BacktraceId
impl Eq for BacktraceId
impl StructuralPartialEq for BacktraceId
Auto Trait Implementations§
impl Freeze for BacktraceId
impl RefUnwindSafe for BacktraceId
impl Send for BacktraceId
impl Sync for BacktraceId
impl Unpin for BacktraceId
impl UnsafeUnpin for BacktraceId
impl UnwindSafe for BacktraceId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.