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