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