pub struct EventDistr<'a> { /* private fields */ }Trait Implementations§
Source§impl<'a> Clone for EventDistr<'a>
impl<'a> Clone for EventDistr<'a>
Source§fn clone(&self) -> EventDistr<'a>
fn clone(&self) -> EventDistr<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for EventDistr<'a>
impl<'a> Debug for EventDistr<'a>
Source§impl<'a> Distribution<Event> for EventDistr<'a>
impl<'a> Distribution<Event> for EventDistr<'a>
Auto Trait Implementations§
impl<'a> Freeze for EventDistr<'a>
impl<'a> RefUnwindSafe for EventDistr<'a>
impl<'a> Send for EventDistr<'a>
impl<'a> Sync for EventDistr<'a>
impl<'a> Unpin for EventDistr<'a>
impl<'a> UnsafeUnpin for EventDistr<'a>
impl<'a> UnwindSafe for EventDistr<'a>
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