pub struct UpdateExpressionParser { /* private fields */ }Expand description
Update expression parser
Implementations§
Auto Trait Implementations§
impl Freeze for UpdateExpressionParser
impl RefUnwindSafe for UpdateExpressionParser
impl Send for UpdateExpressionParser
impl Sync for UpdateExpressionParser
impl Unpin for UpdateExpressionParser
impl UnwindSafe for UpdateExpressionParser
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