#[non_exhaustive]pub struct UpdateExplanationDatasetResponse { /* private fields */ }Available on crate feature
model-service only.Expand description
Response message of ModelService.UpdateExplanationDataset operation.
Implementations§
Trait Implementations§
Source§impl Clone for UpdateExplanationDatasetResponse
impl Clone for UpdateExplanationDatasetResponse
Source§fn clone(&self) -> UpdateExplanationDatasetResponse
fn clone(&self) -> UpdateExplanationDatasetResponse
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 Default for UpdateExplanationDatasetResponse
impl Default for UpdateExplanationDatasetResponse
Source§fn default() -> UpdateExplanationDatasetResponse
fn default() -> UpdateExplanationDatasetResponse
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpdateExplanationDatasetResponse
impl PartialEq for UpdateExplanationDatasetResponse
Source§fn eq(&self, other: &UpdateExplanationDatasetResponse) -> bool
fn eq(&self, other: &UpdateExplanationDatasetResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateExplanationDatasetResponse
Auto Trait Implementations§
impl Freeze for UpdateExplanationDatasetResponse
impl RefUnwindSafe for UpdateExplanationDatasetResponse
impl Send for UpdateExplanationDatasetResponse
impl Sync for UpdateExplanationDatasetResponse
impl Unpin for UpdateExplanationDatasetResponse
impl UnwindSafe for UpdateExplanationDatasetResponse
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