pub struct ParticipationRate;Expand description
ParticipationRate (849).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParticipationRate
impl RefUnwindSafe for ParticipationRate
impl Send for ParticipationRate
impl Sync for ParticipationRate
impl Unpin for ParticipationRate
impl UnsafeUnpin for ParticipationRate
impl UnwindSafe for ParticipationRate
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