pub struct NormalizedContainer;Expand description
Witness credential for a container validated as a complete set of
normalized weights (each in [0, 1], sum to 1).
Implementations§
Auto Trait Implementations§
impl Freeze for NormalizedContainer
impl RefUnwindSafe for NormalizedContainer
impl Send for NormalizedContainer
impl Sync for NormalizedContainer
impl Unpin for NormalizedContainer
impl UnsafeUnpin for NormalizedContainer
impl UnwindSafe for NormalizedContainer
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