#[non_exhaustive]pub struct ExportModelMetadataResponse { /* private fields */ }Expand description
Response for exporting Model metadata.
Implementations§
Trait Implementations§
Source§impl Clone for ExportModelMetadataResponse
impl Clone for ExportModelMetadataResponse
Source§fn clone(&self) -> ExportModelMetadataResponse
fn clone(&self) -> ExportModelMetadataResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExportModelMetadataResponse
impl Debug for ExportModelMetadataResponse
Source§impl Default for ExportModelMetadataResponse
impl Default for ExportModelMetadataResponse
Source§fn default() -> ExportModelMetadataResponse
fn default() -> ExportModelMetadataResponse
Returns the “default value” for a type. Read more
Source§impl PartialEq for ExportModelMetadataResponse
impl PartialEq for ExportModelMetadataResponse
Source§fn eq(&self, other: &ExportModelMetadataResponse) -> bool
fn eq(&self, other: &ExportModelMetadataResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExportModelMetadataResponse
Auto Trait Implementations§
impl Freeze for ExportModelMetadataResponse
impl RefUnwindSafe for ExportModelMetadataResponse
impl Send for ExportModelMetadataResponse
impl Sync for ExportModelMetadataResponse
impl Unpin for ExportModelMetadataResponse
impl UnsafeUnpin for ExportModelMetadataResponse
impl UnwindSafe for ExportModelMetadataResponse
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