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