[−][src]Struct em_client::models::App
Fields
created_at: Option<i64>Timestamp of build addition to the system
updated_at: Option<i64>Timestamp of build updation to the system
name: StringName of the app
description: Option<String>Description of the app
app_id: UuidUUID for the app
input_image_name: StringInput image name of builds for apps
output_image_name: StringOutput image name of builds for apps
isvprodid: i32IsvProdId
isvsvn: i32ISVSVN
mem_size: i64Mem size required for the build
threads: i32Threads req for the build
allowed_domains: Option<Vec<String>>whitelisted_domains: Option<Vec<String>>nodes: Option<Vec<AppNodeInfo>>advanced_settings: Option<AdvancedSettings>pending_domain_whitelist_tasks: Option<i32>no of domain whitelist tasks pending for app
domains_added: Option<Vec<String>>domains_removed: Option<Vec<String>>Implementations
impl App[src]
pub fn new(
name: String,
app_id: Uuid,
input_image_name: String,
output_image_name: String,
isvprodid: i32,
isvsvn: i32,
mem_size: i64,
threads: i32
) -> App[src]
name: String,
app_id: Uuid,
input_image_name: String,
output_image_name: String,
isvprodid: i32,
isvsvn: i32,
mem_size: i64,
threads: i32
) -> App
Trait Implementations
impl Clone for App[src]
impl Debug for App[src]
impl<'de> Deserialize<'de> for App[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl PartialEq<App> for App[src]
impl Serialize for App[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl StructuralPartialEq for App[src]
Auto Trait Implementations
impl RefUnwindSafe for App
impl Send for App
impl Sync for App
impl Unpin for App
impl UnwindSafe for App
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Typeable for T where
T: Any,
T: Any,