pub struct UuidFieldUpdate {
pub set: Option<String>,
}Expand description
Update operators for a non-nullable Uuid column.
Fields§
§set: Option<String>SET column = value
Trait Implementations§
Source§impl Clone for UuidFieldUpdate
impl Clone for UuidFieldUpdate
Source§fn clone(&self) -> UuidFieldUpdate
fn clone(&self) -> UuidFieldUpdate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UuidFieldUpdate
impl Debug for UuidFieldUpdate
Source§impl Default for UuidFieldUpdate
impl Default for UuidFieldUpdate
Source§fn default() -> UuidFieldUpdate
fn default() -> UuidFieldUpdate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UuidFieldUpdate
impl<'de> Deserialize<'de> for UuidFieldUpdate
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UuidFieldUpdate
impl PartialEq for UuidFieldUpdate
Source§fn eq(&self, other: &UuidFieldUpdate) -> bool
fn eq(&self, other: &UuidFieldUpdate) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UuidFieldUpdate
impl Serialize for UuidFieldUpdate
impl Eq for UuidFieldUpdate
impl StructuralPartialEq for UuidFieldUpdate
Auto Trait Implementations§
impl Freeze for UuidFieldUpdate
impl RefUnwindSafe for UuidFieldUpdate
impl Send for UuidFieldUpdate
impl Sync for UuidFieldUpdate
impl Unpin for UuidFieldUpdate
impl UnsafeUnpin for UuidFieldUpdate
impl UnwindSafe for UuidFieldUpdate
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