pub struct TraversalMetrics { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for TraversalMetrics
impl Clone for TraversalMetrics
Source§fn clone(&self) -> TraversalMetrics
fn clone(&self) -> TraversalMetrics
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 TraversalMetrics
impl Debug for TraversalMetrics
Source§impl From<TraversalMetrics> for GValue
impl From<TraversalMetrics> for GValue
Source§fn from(val: TraversalMetrics) -> Self
fn from(val: TraversalMetrics) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TraversalMetrics
impl PartialEq for TraversalMetrics
impl StructuralPartialEq for TraversalMetrics
Auto Trait Implementations§
impl Freeze for TraversalMetrics
impl RefUnwindSafe for TraversalMetrics
impl Send for TraversalMetrics
impl Sync for TraversalMetrics
impl Unpin for TraversalMetrics
impl UnwindSafe for TraversalMetrics
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