pub struct UpdateBuilder<T>(/* private fields */);Implementations§
Source§impl<T> UpdateBuilder<T>
impl<T> UpdateBuilder<T>
pub fn returning_one(self) -> T
pub fn returning_first(self) -> Option<T>
pub fn returning_all(self) -> Vec<T>
Auto Trait Implementations§
impl<T> Freeze for UpdateBuilder<T>
impl<T> RefUnwindSafe for UpdateBuilder<T>where
T: RefUnwindSafe,
impl<T> Send for UpdateBuilder<T>where
T: Send,
impl<T> Sync for UpdateBuilder<T>where
T: Sync,
impl<T> Unpin for UpdateBuilder<T>where
T: Unpin,
impl<T> UnsafeUnpin for UpdateBuilder<T>
impl<T> UnwindSafe for UpdateBuilder<T>where
T: UnwindSafe,
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