pub struct Algorithm<Id = AlgorithmId>where
Id: AlgorithmIdentifier,{ /* private fields */ }
Expand description
A KEM algorithm
Implementations§
Trait Implementations§
Source§impl<Id> Debug for Algorithm<Id>where
Id: AlgorithmIdentifier,
impl<Id> Debug for Algorithm<Id>where
Id: AlgorithmIdentifier,
impl<Id> StructuralPartialEq for Algorithm<Id>where
Id: AlgorithmIdentifier,
Auto Trait Implementations§
impl<Id> Freeze for Algorithm<Id>where
Id: Freeze,
impl<Id> RefUnwindSafe for Algorithm<Id>where
Id: RefUnwindSafe,
impl<Id> Send for Algorithm<Id>where
Id: Send,
impl<Id> Sync for Algorithm<Id>where
Id: Sync,
impl<Id> Unpin for Algorithm<Id>where
Id: Unpin,
impl<Id> UnwindSafe for Algorithm<Id>where
Id: UnwindSafe,
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