pub struct SelectForSet;Expand description
Marker for the state after FOR UPDATE/SHARE clause
Implementations§
Source§impl SelectForSet
impl SelectForSet
Trait Implementations§
Source§impl Clone for SelectForSet
impl Clone for SelectForSet
Source§fn clone(&self) -> SelectForSet
fn clone(&self) -> SelectForSet
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 moreSource§impl Debug for SelectForSet
impl Debug for SelectForSet
Source§impl Default for SelectForSet
impl Default for SelectForSet
Source§fn default() -> SelectForSet
fn default() -> SelectForSet
Returns the “default value” for a type. Read more
impl Copy for SelectForSet
impl ExecutableState for SelectForSet
Auto Trait Implementations§
impl Freeze for SelectForSet
impl RefUnwindSafe for SelectForSet
impl Send for SelectForSet
impl Sync for SelectForSet
impl Unpin for SelectForSet
impl UnwindSafe for SelectForSet
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