Struct medullah_web::app_setup::MedullahSetup
source · pub struct MedullahSetup {
pub env_prefix: String,
pub private_key: String,
pub public_key: String,
pub auth_iss_public_key: String,
}Fields§
§env_prefix: String§private_key: String§public_key: String§auth_iss_public_key: StringAuto Trait Implementations§
impl Freeze for MedullahSetup
impl RefUnwindSafe for MedullahSetup
impl Send for MedullahSetup
impl Sync for MedullahSetup
impl Unpin for MedullahSetup
impl UnwindSafe for MedullahSetup
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