pub struct FoxtiveState {
pub app_code: String,
pub app_domain: String,
pub app_name: String,
pub app_desc: String,
pub app_help_email: String,
pub app_frontend_url: String,
pub app_key: String,
pub app_private_key: String,
pub app_public_key: String,
pub app_env_prefix: String,
pub helpers: FoxtiveHelpers,
}Fields§
§app_code: String§app_domain: String§app_name: String§app_desc: String§app_help_email: String§app_frontend_url: String§app_key: String§app_private_key: String§app_public_key: String§app_env_prefix: String§helpers: FoxtiveHelpersImplementations§
Trait Implementations§
Source§impl Clone for FoxtiveState
impl Clone for FoxtiveState
Source§fn clone(&self) -> FoxtiveState
fn clone(&self) -> FoxtiveState
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FoxtiveState
impl RefUnwindSafe for FoxtiveState
impl Send for FoxtiveState
impl Sync for FoxtiveState
impl Unpin for FoxtiveState
impl UnwindSafe for FoxtiveState
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