pub struct DeleteRealtimeEndpointInput {
pub ml_model_id: String,
}
Fields§
§ml_model_id: String
The ID assigned to the MLModel
during creation.
Trait Implementations§
Source§impl Clone for DeleteRealtimeEndpointInput
impl Clone for DeleteRealtimeEndpointInput
Source§fn clone(&self) -> DeleteRealtimeEndpointInput
fn clone(&self) -> DeleteRealtimeEndpointInput
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 DeleteRealtimeEndpointInput
impl Debug for DeleteRealtimeEndpointInput
Source§impl Default for DeleteRealtimeEndpointInput
impl Default for DeleteRealtimeEndpointInput
Source§fn default() -> DeleteRealtimeEndpointInput
fn default() -> DeleteRealtimeEndpointInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeleteRealtimeEndpointInput
Auto Trait Implementations§
impl Freeze for DeleteRealtimeEndpointInput
impl RefUnwindSafe for DeleteRealtimeEndpointInput
impl Send for DeleteRealtimeEndpointInput
impl Sync for DeleteRealtimeEndpointInput
impl Unpin for DeleteRealtimeEndpointInput
impl UnwindSafe for DeleteRealtimeEndpointInput
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