pub struct StagingProfile;Expand description
Staging security profile implementation
Implementations§
Source§impl StagingProfile
impl StagingProfile
Sourcepub fn security_settings() -> SecuritySettings
pub fn security_settings() -> SecuritySettings
Create staging security settings
Sourcepub fn recommended_env_vars() -> Vec<(&'static str, &'static str)>
pub fn recommended_env_vars() -> Vec<(&'static str, &'static str)>
Get recommended environment variables for staging
Auto Trait Implementations§
impl Freeze for StagingProfile
impl RefUnwindSafe for StagingProfile
impl Send for StagingProfile
impl Sync for StagingProfile
impl Unpin for StagingProfile
impl UnwindSafe for StagingProfile
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