pub struct WriteMetaBuilder { /* private fields */ }
Expand description
Builder for WriteMeta
.
Implementations§
Source§impl WriteMetaBuilder
impl WriteMetaBuilder
Sourcepub fn last_index(&mut self, value: u64) -> &mut Self
pub fn last_index(&mut self, value: u64) -> &mut Self
LastIndex. This can be used as a WaitIndex to perform a blocking query
Sourcepub fn request_time(&mut self, value: TimeDelta) -> &mut Self
pub fn request_time(&mut self, value: TimeDelta) -> &mut Self
How long did the request take
Trait Implementations§
Source§impl Clone for WriteMetaBuilder
impl Clone for WriteMetaBuilder
Source§fn clone(&self) -> WriteMetaBuilder
fn clone(&self) -> WriteMetaBuilder
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 moreAuto Trait Implementations§
impl Freeze for WriteMetaBuilder
impl RefUnwindSafe for WriteMetaBuilder
impl Send for WriteMetaBuilder
impl Sync for WriteMetaBuilder
impl Unpin for WriteMetaBuilder
impl UnwindSafe for WriteMetaBuilder
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