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