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