pub struct PutOptionsBuilder { /* private fields */ }Implementations§
Source§impl PutOptionsBuilder
impl PutOptionsBuilder
pub fn lease(self, lease: i64) -> Self
pub fn prev_kv(self, prev_kv: bool) -> Self
pub fn ignore_lease(self, ignore_lease: bool) -> Self
pub fn ignore_value(self, ignore_value: bool) -> Self
pub fn build(self) -> PutOptions
Trait Implementations§
Source§impl Clone for PutOptionsBuilder
impl Clone for PutOptionsBuilder
Source§fn clone(&self) -> PutOptionsBuilder
fn clone(&self) -> PutOptionsBuilder
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 PutOptionsBuilder
impl Debug for PutOptionsBuilder
Source§impl Default for PutOptionsBuilder
impl Default for PutOptionsBuilder
Source§fn default() -> PutOptionsBuilder
fn default() -> PutOptionsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PutOptionsBuilder
impl RefUnwindSafe for PutOptionsBuilder
impl Send for PutOptionsBuilder
impl Sync for PutOptionsBuilder
impl Unpin for PutOptionsBuilder
impl UnwindSafe for PutOptionsBuilder
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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