pub struct CreateIndexOperation { /* private fields */ }
Implementations§
Source§impl CreateIndexOperation
impl CreateIndexOperation
Sourcepub fn timeout_ms(self, timeout_ms: u64) -> Self
pub fn timeout_ms(self, timeout_ms: u64) -> Self
针对此次操作设置超时时间,单位为毫秒
Trait Implementations§
Source§impl Clone for CreateIndexOperation
impl Clone for CreateIndexOperation
Source§fn clone(&self) -> CreateIndexOperation
fn clone(&self) -> CreateIndexOperation
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 CreateIndexOperation
impl !RefUnwindSafe for CreateIndexOperation
impl Send for CreateIndexOperation
impl Sync for CreateIndexOperation
impl Unpin for CreateIndexOperation
impl !UnwindSafe for CreateIndexOperation
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