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