pub struct DistributionConfig { /* private fields */ }Trait Implementations§
Source§impl Debug for DistributionConfig
impl Debug for DistributionConfig
Auto Trait Implementations§
impl Freeze for DistributionConfig
impl RefUnwindSafe for DistributionConfig
impl Send for DistributionConfig
impl Sync for DistributionConfig
impl Unpin for DistributionConfig
impl UnwindSafe for DistributionConfig
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