Enum libp2p_perf::RunUpdate
source · pub enum RunUpdate {
Intermediate(Intermediate),
Final(Final),
}
Variants§
Intermediate(Intermediate)
Final(Final)
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RunUpdate
impl Send for RunUpdate
impl Sync for RunUpdate
impl Unpin for RunUpdate
impl UnwindSafe for RunUpdate
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