pub struct LibQAeadStubProvider { /* private fields */ }Expand description
Stub AEAD provider bundled with lib-q-core (no algorithm implementations).
Use lib_q_aead::LibQAeadProvider or the lib-q crate’s libq::aead::context() for real AEAD.
Implementations§
Trait Implementations§
Source§impl AeadOperations for LibQAeadStubProvider
Available on crate feature alloc only.
impl AeadOperations for LibQAeadStubProvider
Available on crate feature
alloc only.Source§impl Clone for LibQAeadStubProvider
impl Clone for LibQAeadStubProvider
Source§fn clone(&self) -> LibQAeadStubProvider
fn clone(&self) -> LibQAeadStubProvider
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LibQAeadStubProvider
impl RefUnwindSafe for LibQAeadStubProvider
impl Send for LibQAeadStubProvider
impl Sync for LibQAeadStubProvider
impl Unpin for LibQAeadStubProvider
impl UnsafeUnpin for LibQAeadStubProvider
impl UnwindSafe for LibQAeadStubProvider
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