pub struct GenChannel {
pub rng: ThreadRng,
}Fields§
§rng: ThreadRngImplementations§
Source§impl GenChannel
impl GenChannel
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GenChannel
impl !RefUnwindSafe for GenChannel
impl !Send for GenChannel
impl !Sync for GenChannel
impl Unpin for GenChannel
impl UnsafeUnpin for GenChannel
impl !UnwindSafe for GenChannel
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