pub struct GaiaConfig {
pub setting: GaiaSettings,
pub target: CompilationTarget,
}Fields§
§setting: GaiaSettingsstatic part when load
target: CompilationTargetTrait Implementations§
Auto Trait Implementations§
impl Freeze for GaiaConfig
impl RefUnwindSafe for GaiaConfig
impl Send for GaiaConfig
impl Sync for GaiaConfig
impl Unpin for GaiaConfig
impl UnwindSafe for GaiaConfig
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