struct AwsLcRs;
Trait Implementations§
Source§impl KeyProvider for AwsLcRs
impl KeyProvider for AwsLcRs
Source§fn load_private_key(
&self,
key_der: PrivateKeyDer<'static>,
) -> Result<Arc<dyn SigningKey>, Error>
fn load_private_key( &self, key_der: PrivateKeyDer<'static>, ) -> Result<Arc<dyn SigningKey>, Error>
Decode and validate a private signing key from
key_der
. Read moreAuto Trait Implementations§
impl Freeze for AwsLcRs
impl RefUnwindSafe for AwsLcRs
impl Send for AwsLcRs
impl Sync for AwsLcRs
impl Unpin for AwsLcRs
impl UnwindSafe for AwsLcRs
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