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