pub struct GetModelResponse {
pub result: GetResult,
pub message: String,
pub manifest: Option<Manifest>,
}
Expand description
The response from a get request
Fields§
§result: GetResult
§message: String
§manifest: Option<Manifest>
Trait Implementations§
Source§impl Debug for GetModelResponse
impl Debug for GetModelResponse
Source§impl<'de> Deserialize<'de> for GetModelResponse
impl<'de> Deserialize<'de> for GetModelResponse
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 GetModelResponse
impl RefUnwindSafe for GetModelResponse
impl Send for GetModelResponse
impl Sync for GetModelResponse
impl Unpin for GetModelResponse
impl UnwindSafe for GetModelResponse
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