Struct fluence_app_service::AppServiceConfig [−][src]
pub struct AppServiceConfig { pub service_base_dir: PathBuf, pub faas_config: FaaSConfig, }
Describes behaviour of the Fluence AppService.
Fields
service_base_dir: PathBuf
Used for preparing filesystem on the service initialization stage.
faas_config: FaaSConfig
Trait Implementations
impl Default for AppServiceConfig
[src]
impl Default for AppServiceConfig
[src]fn default() -> AppServiceConfig
[src]
fn default() -> AppServiceConfig
[src]Returns the “default value” for a type. Read more
impl TryInto<AppServiceConfig> for TomlAppServiceConfig
[src]
impl TryInto<AppServiceConfig> for TomlAppServiceConfig
[src]type Error = AppServiceError
type Error = AppServiceError
The type returned in the event of a conversion error.
fn try_into(self) -> Result<AppServiceConfig, AppServiceError>
[src]
fn try_into(self) -> Result<AppServiceConfig, AppServiceError>
[src]Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for AppServiceConfig
impl !Send for AppServiceConfig
impl !Sync for AppServiceConfig
impl Unpin for AppServiceConfig
impl !UnwindSafe for AppServiceConfig
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self