pub struct UpdateBatchPointsBuilder { /* private fields */ }
Expand description
Builder for UpdateBatchPoints
.
Implementations§
source§impl UpdateBatchPointsBuilder
impl UpdateBatchPointsBuilder
sourcepub fn collection_name(self, value: String) -> Self
pub fn collection_name(self, value: String) -> Self
name of the collection
pub fn operations(self, value: Vec<PointsUpdateOperation>) -> Self
sourcepub fn ordering<VALUE: Into<WriteOrdering>>(self, value: VALUE) -> Self
pub fn ordering<VALUE: Into<WriteOrdering>>(self, value: VALUE) -> Self
Write ordering guarantees
source§impl UpdateBatchPointsBuilder
impl UpdateBatchPointsBuilder
sourcepub fn build(self) -> UpdateBatchPoints
pub fn build(self) -> UpdateBatchPoints
Builds the desired type. Can often be omitted.
Trait Implementations§
source§impl From<UpdateBatchPointsBuilder> for UpdateBatchPoints
impl From<UpdateBatchPointsBuilder> for UpdateBatchPoints
source§fn from(value: UpdateBatchPointsBuilder) -> Self
fn from(value: UpdateBatchPointsBuilder) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for UpdateBatchPointsBuilder
impl RefUnwindSafe for UpdateBatchPointsBuilder
impl Send for UpdateBatchPointsBuilder
impl Sync for UpdateBatchPointsBuilder
impl Unpin for UpdateBatchPointsBuilder
impl UnwindSafe for UpdateBatchPointsBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request