pub struct participants;
Trait Implementations§
Source§impl Field for participants
impl Field for participants
Auto Trait Implementations§
impl Freeze for participants
impl RefUnwindSafe for participants
impl Send for participants
impl Sync for participants
impl Unpin for participants
impl UnwindSafe for participants
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