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