pub struct UserGeneratedNonces;Trait Implementations§
impl BuilderState for UserGeneratedNonces
Auto Trait Implementations§
impl Freeze for UserGeneratedNonces
impl RefUnwindSafe for UserGeneratedNonces
impl Send for UserGeneratedNonces
impl Sync for UserGeneratedNonces
impl Unpin for UserGeneratedNonces
impl UnwindSafe for UserGeneratedNonces
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