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