pub struct SignatureAlgorithms(pub Vec<SignatureScheme>);Tuple Fields§
§0: Vec<SignatureScheme>Implementations§
Source§impl SignatureAlgorithms
impl SignatureAlgorithms
pub fn new(scheme: SignatureScheme) -> Self
pub fn supported() -> Self
Trait Implementations§
Source§impl Debug for SignatureAlgorithms
impl Debug for SignatureAlgorithms
Auto Trait Implementations§
impl Freeze for SignatureAlgorithms
impl RefUnwindSafe for SignatureAlgorithms
impl Send for SignatureAlgorithms
impl Sync for SignatureAlgorithms
impl Unpin for SignatureAlgorithms
impl UnwindSafe for SignatureAlgorithms
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