pub struct UpdateStructFieldOp {
pub struct_name: String,
pub field_def: String,
pub where_filter: Option<String>,
}Fields§
§struct_name: String§field_def: String§where_filter: Option<String>Trait Implementations§
Source§impl Clone for UpdateStructFieldOp
impl Clone for UpdateStructFieldOp
Source§fn clone(&self) -> UpdateStructFieldOp
fn clone(&self) -> UpdateStructFieldOp
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 UpdateStructFieldOp
impl Debug for UpdateStructFieldOp
Source§impl<'de> Deserialize<'de> for UpdateStructFieldOp
impl<'de> Deserialize<'de> for UpdateStructFieldOp
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
Auto Trait Implementations§
impl Freeze for UpdateStructFieldOp
impl RefUnwindSafe for UpdateStructFieldOp
impl Send for UpdateStructFieldOp
impl Sync for UpdateStructFieldOp
impl Unpin for UpdateStructFieldOp
impl UnsafeUnpin for UpdateStructFieldOp
impl UnwindSafe for UpdateStructFieldOp
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