pub struct SendGroupEntropy(/* private fields */);Expand description
Move-only and never shown; consuming it seals exactly one packet, so one draw can never key two.
Implementations§
Auto Trait Implementations§
impl Freeze for SendGroupEntropy
impl RefUnwindSafe for SendGroupEntropy
impl Send for SendGroupEntropy
impl Sync for SendGroupEntropy
impl Unpin for SendGroupEntropy
impl UnsafeUnpin for SendGroupEntropy
impl UnwindSafe for SendGroupEntropy
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