pub struct CodeTrace { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Ord for CodeTrace
impl Ord for CodeTrace
Source§impl PartialOrd for CodeTrace
impl PartialOrd for CodeTrace
impl Copy for CodeTrace
impl Eq for CodeTrace
impl StructuralPartialEq for CodeTrace
Auto Trait Implementations§
impl Freeze for CodeTrace
impl RefUnwindSafe for CodeTrace
impl Send for CodeTrace
impl Sync for CodeTrace
impl Unpin for CodeTrace
impl UnwindSafe for CodeTrace
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