pub struct FoxtiveSetup {
pub env_prefix: String,
pub private_key: String,
pub public_key: String,
pub app_key: String,
pub app_code: String,
pub app_name: String,
pub env: Environment,
}Fields§
§env_prefix: String§private_key: String§public_key: String§app_key: String§app_code: String§app_name: String§env: EnvironmentAuto Trait Implementations§
impl Freeze for FoxtiveSetup
impl RefUnwindSafe for FoxtiveSetup
impl Send for FoxtiveSetup
impl Sync for FoxtiveSetup
impl Unpin for FoxtiveSetup
impl UnsafeUnpin for FoxtiveSetup
impl UnwindSafe for FoxtiveSetup
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