pub struct JwksInjectionResult {
pub jwks_json: String,
pub private_key_pem: String,
pub payloads: Vec<InjectionPayload>,
}Expand description
Result of JWKS injection payload generation
Fields§
§jwks_json: String§private_key_pem: String§payloads: Vec<InjectionPayload>Trait Implementations§
Auto Trait Implementations§
impl Freeze for JwksInjectionResult
impl RefUnwindSafe for JwksInjectionResult
impl Send for JwksInjectionResult
impl Sync for JwksInjectionResult
impl Unpin for JwksInjectionResult
impl UnsafeUnpin for JwksInjectionResult
impl UnwindSafe for JwksInjectionResult
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