Struct QueryUpdateAction
#[repr(transparent)]pub struct QueryUpdateAction(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for QueryUpdateAction
impl Clone for QueryUpdateAction
§fn clone(&self) -> QueryUpdateAction
fn clone(&self) -> QueryUpdateAction
Returns a copy 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 more§impl Debug for QueryUpdateAction
impl Debug for QueryUpdateAction
§impl Default for QueryUpdateAction
impl Default for QueryUpdateAction
§fn default() -> QueryUpdateAction
fn default() -> QueryUpdateAction
Returns the “default value” for a type. Read more
§impl PartialEq for QueryUpdateAction
impl PartialEq for QueryUpdateAction
impl Copy for QueryUpdateAction
impl Eq for QueryUpdateAction
impl StructuralPartialEq for QueryUpdateAction
Auto Trait Implementations§
impl Freeze for QueryUpdateAction
impl RefUnwindSafe for QueryUpdateAction
impl Send for QueryUpdateAction
impl Sync for QueryUpdateAction
impl Unpin for QueryUpdateAction
impl UnwindSafe for QueryUpdateAction
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