pub enum UnknownPKCredentialParam {
UnknownType,
UnknownAlg,
}Variants§
Auto Trait Implementations§
impl Freeze for UnknownPKCredentialParam
impl RefUnwindSafe for UnknownPKCredentialParam
impl Send for UnknownPKCredentialParam
impl Sync for UnknownPKCredentialParam
impl Unpin for UnknownPKCredentialParam
impl UnwindSafe for UnknownPKCredentialParam
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