pub struct SendSinglePacketEntropy(/* 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 SendSinglePacketEntropy
impl RefUnwindSafe for SendSinglePacketEntropy
impl Send for SendSinglePacketEntropy
impl Sync for SendSinglePacketEntropy
impl Unpin for SendSinglePacketEntropy
impl UnsafeUnpin for SendSinglePacketEntropy
impl UnwindSafe for SendSinglePacketEntropy
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