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