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