pub struct Distribution { /* private fields */ }Implementations§
Source§impl Distribution
impl Distribution
Trait Implementations§
Source§impl Debug for Distribution
impl Debug for Distribution
Source§impl From<Distribution> for Resource
impl From<Distribution> for Resource
Source§fn from(value: Distribution) -> Self
fn from(value: Distribution) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Distribution
impl RefUnwindSafe for Distribution
impl Send for Distribution
impl Sync for Distribution
impl Unpin for Distribution
impl UnwindSafe for Distribution
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