pub struct BytesFieldUpdate {
pub set: Option<String>,
}Expand description
Update operators for a non-nullable Bytes column (base64-encoded).
Fields§
§set: Option<String>SET column = value
Trait Implementations§
Source§impl Clone for BytesFieldUpdate
impl Clone for BytesFieldUpdate
Source§fn clone(&self) -> BytesFieldUpdate
fn clone(&self) -> BytesFieldUpdate
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 BytesFieldUpdate
impl Debug for BytesFieldUpdate
Source§impl Default for BytesFieldUpdate
impl Default for BytesFieldUpdate
Source§fn default() -> BytesFieldUpdate
fn default() -> BytesFieldUpdate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BytesFieldUpdate
impl<'de> Deserialize<'de> for BytesFieldUpdate
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 BytesFieldUpdate
impl PartialEq for BytesFieldUpdate
Source§fn eq(&self, other: &BytesFieldUpdate) -> bool
fn eq(&self, other: &BytesFieldUpdate) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BytesFieldUpdate
impl Serialize for BytesFieldUpdate
impl Eq for BytesFieldUpdate
impl StructuralPartialEq for BytesFieldUpdate
Auto Trait Implementations§
impl Freeze for BytesFieldUpdate
impl RefUnwindSafe for BytesFieldUpdate
impl Send for BytesFieldUpdate
impl Sync for BytesFieldUpdate
impl Unpin for BytesFieldUpdate
impl UnsafeUnpin for BytesFieldUpdate
impl UnwindSafe for BytesFieldUpdate
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