pub struct OpCnt<R: Rng, E> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<R, E> Freeze for OpCnt<R, E>
impl<R, E> RefUnwindSafe for OpCnt<R, E>
impl<R, E> Send for OpCnt<R, E>
impl<R, E> Sync for OpCnt<R, E>
impl<R, E> Unpin for OpCnt<R, E>
impl<R, E> UnwindSafe for OpCnt<R, E>
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