pub struct ParticipantCheck {
record: Vec<Span>,
}
Fields§
§record: Vec<Span>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParticipantCheck
impl RefUnwindSafe for ParticipantCheck
impl Send for ParticipantCheck
impl Sync for ParticipantCheck
impl Unpin for ParticipantCheck
impl UnwindSafe for ParticipantCheck
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