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