#[non_exhaustive]pub struct ImportDataResponse { /* private fields */ }Available on crate feature
dataset-service only.Expand description
Response message for DatasetService.ImportData.
Implementations§
Trait Implementations§
Source§impl Clone for ImportDataResponse
impl Clone for ImportDataResponse
Source§fn clone(&self) -> ImportDataResponse
fn clone(&self) -> ImportDataResponse
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 Debug for ImportDataResponse
impl Debug for ImportDataResponse
Source§impl Default for ImportDataResponse
impl Default for ImportDataResponse
Source§fn default() -> ImportDataResponse
fn default() -> ImportDataResponse
Returns the “default value” for a type. Read more
Source§impl Message for ImportDataResponse
impl Message for ImportDataResponse
Source§impl PartialEq for ImportDataResponse
impl PartialEq for ImportDataResponse
impl StructuralPartialEq for ImportDataResponse
Auto Trait Implementations§
impl Freeze for ImportDataResponse
impl RefUnwindSafe for ImportDataResponse
impl Send for ImportDataResponse
impl Sync for ImportDataResponse
impl Unpin for ImportDataResponse
impl UnwindSafe for ImportDataResponse
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