pub struct Ancestor {
pub id: FullSpanId,
pub name: String,
}
Fields§
§id: FullSpanId
§name: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ancestor
impl RefUnwindSafe for Ancestor
impl Send for Ancestor
impl Sync for Ancestor
impl Unpin for Ancestor
impl UnwindSafe for Ancestor
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