pub struct RsaAccessKey { /* private fields */ }Expand description
A struct representing a RSA public key used to sign CFZT JWTs.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RsaAccessKey
impl RefUnwindSafe for RsaAccessKey
impl Send for RsaAccessKey
impl Sync for RsaAccessKey
impl Unpin for RsaAccessKey
impl UnwindSafe for RsaAccessKey
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