[−][src]Struct em_client::models::AppRequest
Fields
name: StringName of the app
description: Option<String>Description of 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>>advanced_settings: Option<AdvancedSettings>Implementations
impl AppRequest[src]
pub fn new(
name: String,
input_image_name: String,
output_image_name: String,
isvprodid: i32,
isvsvn: i32,
mem_size: i64,
threads: i32
) -> AppRequest[src]
name: String,
input_image_name: String,
output_image_name: String,
isvprodid: i32,
isvsvn: i32,
mem_size: i64,
threads: i32
) -> AppRequest
Trait Implementations
impl Clone for AppRequest[src]
fn clone(&self) -> AppRequest[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for AppRequest[src]
impl<'de> Deserialize<'de> for AppRequest[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl PartialEq<AppRequest> for AppRequest[src]
fn eq(&self, other: &AppRequest) -> bool[src]
fn ne(&self, other: &AppRequest) -> bool[src]
impl Serialize for AppRequest[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl StructuralPartialEq for AppRequest[src]
Auto Trait Implementations
impl RefUnwindSafe for AppRequest
impl Send for AppRequest
impl Sync for AppRequest
impl Unpin for AppRequest
impl UnwindSafe for AppRequest
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,