pub struct OpenMlsRustCrypto { /* private fields */ }
Trait Implementations§
Source§impl Debug for OpenMlsRustCrypto
impl Debug for OpenMlsRustCrypto
Source§impl Default for OpenMlsRustCrypto
impl Default for OpenMlsRustCrypto
Source§fn default() -> OpenMlsRustCrypto
fn default() -> OpenMlsRustCrypto
Returns the “default value” for a type. Read more
Source§impl OpenMlsProvider for OpenMlsRustCrypto
impl OpenMlsProvider for OpenMlsRustCrypto
type CryptoProvider = RustCrypto
type RandProvider = RustCrypto
type StorageProvider = MemoryStorage
fn storage(&self) -> &Self::StorageProvider
Source§fn crypto(&self) -> &Self::CryptoProvider
fn crypto(&self) -> &Self::CryptoProvider
Get the crypto provider.
Source§fn rand(&self) -> &Self::RandProvider
fn rand(&self) -> &Self::RandProvider
Get the randomness provider.
Auto Trait Implementations§
impl !Freeze for OpenMlsRustCrypto
impl RefUnwindSafe for OpenMlsRustCrypto
impl Send for OpenMlsRustCrypto
impl Sync for OpenMlsRustCrypto
impl Unpin for OpenMlsRustCrypto
impl UnwindSafe for OpenMlsRustCrypto
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