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