#[non_exhaustive]pub struct UndeployModelResponse { /* private fields */ }Available on crate feature
endpoint-service only.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 duplicate 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 Message for UndeployModelResponse
impl Message for UndeployModelResponse
Source§impl PartialEq for UndeployModelResponse
impl PartialEq 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