pub struct FoxtiveState {
pub env: Environment,
pub app_code: String,
pub app_name: String,
pub app_key: String,
pub app_private_key: String,
pub app_public_key: String,
pub app_env_prefix: String,
pub helpers: FoxtiveHelpers,
}Fields§
§env: Environment§app_code: String§app_name: 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 duplicate 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