pub struct DevelopmentProfile;Expand description
Development security profile implementation
Implementations§
Source§impl DevelopmentProfile
impl DevelopmentProfile
Sourcepub fn security_settings() -> SecuritySettings
pub fn security_settings() -> SecuritySettings
Create development 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 development
Auto Trait Implementations§
impl Freeze for DevelopmentProfile
impl RefUnwindSafe for DevelopmentProfile
impl Send for DevelopmentProfile
impl Sync for DevelopmentProfile
impl Unpin for DevelopmentProfile
impl UnwindSafe for DevelopmentProfile
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