pub struct RecursiveInfo { /* private fields */ }Expand description
The type of payload used by recursive tracer
Implementations§
Trait Implementations§
Source§impl Clone for RecursiveInfo
impl Clone for RecursiveInfo
Source§fn clone(&self) -> RecursiveInfo
fn clone(&self) -> RecursiveInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RecursiveInfo
Source§impl Debug for RecursiveInfo
impl Debug for RecursiveInfo
Source§impl Default for RecursiveInfo
impl Default for RecursiveInfo
impl Eq for RecursiveInfo
Source§impl HasRecursiveInfo for RecursiveInfo
impl HasRecursiveInfo for RecursiveInfo
fn get_recursive_info(&self) -> RecursiveInfo
fn set_recursive_info(self, info: RecursiveInfo) -> Self
Source§impl Hash for RecursiveInfo
impl Hash for RecursiveInfo
Source§impl PartialEq for RecursiveInfo
impl PartialEq for RecursiveInfo
Source§fn eq(&self, other: &RecursiveInfo) -> bool
fn eq(&self, other: &RecursiveInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RecursiveInfo
Auto Trait Implementations§
impl !Send for RecursiveInfo
impl !Sync for RecursiveInfo
impl Freeze for RecursiveInfo
impl RefUnwindSafe for RecursiveInfo
impl Unpin for RecursiveInfo
impl UnsafeUnpin for RecursiveInfo
impl UnwindSafe for RecursiveInfo
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