Struct decthings_api::rpc::model::GetModelStateResult
source · pub struct GetModelStateResult {
pub data: Vec<StateKeyData>,
}
Fields§
§data: Vec<StateKeyData>
Trait Implementations§
source§impl Clone for GetModelStateResult
impl Clone for GetModelStateResult
source§fn clone(&self) -> GetModelStateResult
fn clone(&self) -> GetModelStateResult
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 GetModelStateResult
impl Debug for GetModelStateResult
source§impl<'de> Deserialize<'de> for GetModelStateResult
impl<'de> Deserialize<'de> for GetModelStateResult
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 GetModelStateResult
impl RefUnwindSafe for GetModelStateResult
impl Send for GetModelStateResult
impl Sync for GetModelStateResult
impl Unpin for GetModelStateResult
impl UnwindSafe for GetModelStateResult
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