Struct decthings_api::rpc::model::MaxDurationsSeconds
source · pub struct MaxDurationsSeconds {
pub code_startup: u32,
pub instantiate_model: u32,
pub create_state: u32,
pub train: u32,
pub evaluate: u32,
}
Fields§
§code_startup: u32
§instantiate_model: u32
§create_state: u32
§train: u32
§evaluate: u32
Trait Implementations§
source§impl Clone for MaxDurationsSeconds
impl Clone for MaxDurationsSeconds
source§fn clone(&self) -> MaxDurationsSeconds
fn clone(&self) -> MaxDurationsSeconds
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MaxDurationsSeconds
impl Debug for MaxDurationsSeconds
source§impl<'de> Deserialize<'de> for MaxDurationsSeconds
impl<'de> Deserialize<'de> for MaxDurationsSeconds
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for MaxDurationsSeconds
impl RefUnwindSafe for MaxDurationsSeconds
impl Send for MaxDurationsSeconds
impl Sync for MaxDurationsSeconds
impl Unpin for MaxDurationsSeconds
impl UnwindSafe for MaxDurationsSeconds
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