pub struct DefaultCrypto(/* private fields */);Expand description
Default signer. Use a fresh one for every new connection.
Trait Implementations§
Source§impl Crypto for DefaultCrypto
impl Crypto for DefaultCrypto
Auto Trait Implementations§
impl Freeze for DefaultCrypto
impl RefUnwindSafe for DefaultCrypto
impl Send for DefaultCrypto
impl Sync for DefaultCrypto
impl Unpin for DefaultCrypto
impl UnwindSafe for DefaultCrypto
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