#[non_exhaustive]pub struct AlgorithmName;
Expand description
The algorithm name
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlgorithmName
impl RefUnwindSafe for AlgorithmName
impl Send for AlgorithmName
impl Sync for AlgorithmName
impl Unpin for AlgorithmName
impl UnwindSafe for AlgorithmName
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