#[non_exhaustive]pub struct UndeployModelResponse { /* private fields */ }Expand description
Response message for EndpointService.UndeployModel.
Implementations§
Trait Implementations§
Source§impl Clone for UndeployModelResponse
impl Clone for UndeployModelResponse
Source§fn clone(&self) -> UndeployModelResponse
fn clone(&self) -> UndeployModelResponse
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 UndeployModelResponse
impl Debug for UndeployModelResponse
Source§impl Default for UndeployModelResponse
impl Default for UndeployModelResponse
Source§fn default() -> UndeployModelResponse
fn default() -> UndeployModelResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UndeployModelResponsewhere
UndeployModelResponse: Default,
impl<'de> Deserialize<'de> for UndeployModelResponsewhere
UndeployModelResponse: Default,
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
Source§impl Message for UndeployModelResponse
impl Message for UndeployModelResponse
Source§impl PartialEq for UndeployModelResponse
impl PartialEq for UndeployModelResponse
Source§impl Serialize for UndeployModelResponse
impl Serialize for UndeployModelResponse
impl StructuralPartialEq for UndeployModelResponse
Auto Trait Implementations§
impl Freeze for UndeployModelResponse
impl RefUnwindSafe for UndeployModelResponse
impl Send for UndeployModelResponse
impl Sync for UndeployModelResponse
impl Unpin for UndeployModelResponse
impl UnwindSafe for UndeployModelResponse
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