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