pub struct ActionCreateFile {
pub file_path: Option<String>,
pub contents: Option<String>,
}Expand description
antigravity.localharness.ActionCreateFile
Fields§
§file_path: Option<String>§contents: Option<String>Trait Implementations§
Source§impl Clone for ActionCreateFile
impl Clone for ActionCreateFile
Source§fn clone(&self) -> ActionCreateFile
fn clone(&self) -> ActionCreateFile
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 ActionCreateFile
impl Debug for ActionCreateFile
Source§impl Default for ActionCreateFile
impl Default for ActionCreateFile
Source§fn default() -> ActionCreateFile
fn default() -> ActionCreateFile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ActionCreateFile
impl<'de> Deserialize<'de> for ActionCreateFile
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 ActionCreateFile
impl PartialEq for ActionCreateFile
Source§impl Serialize for ActionCreateFile
impl Serialize for ActionCreateFile
impl StructuralPartialEq for ActionCreateFile
Auto Trait Implementations§
impl Freeze for ActionCreateFile
impl RefUnwindSafe for ActionCreateFile
impl Send for ActionCreateFile
impl Sync for ActionCreateFile
impl Unpin for ActionCreateFile
impl UnsafeUnpin for ActionCreateFile
impl UnwindSafe for ActionCreateFile
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