pub struct UpdateBuilder { /* private fields */ }Expand description
更新构建器
Implementations§
Source§impl UpdateBuilder
impl UpdateBuilder
pub fn new(table: String, engine: Arc<RwLock<MemoryEngine>>) -> Self
pub fn eq(self, field: &str, value: DbValue) -> Self
pub fn lt(self, field: &str, value: DbValue) -> Self
pub fn gt(self, field: &str, value: DbValue) -> Self
pub fn set(self, field: &str, value: DbValue) -> Self
Auto Trait Implementations§
impl Freeze for UpdateBuilder
impl RefUnwindSafe for UpdateBuilder
impl Send for UpdateBuilder
impl Sync for UpdateBuilder
impl Unpin for UpdateBuilder
impl UnsafeUnpin for UpdateBuilder
impl UnwindSafe for UpdateBuilder
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