pub struct ParsedInput {
pub search: GameSearch,
pub positions: Vec<ElementPosition>,
}
Fields§
§search: GameSearch
§positions: Vec<ElementPosition>
Trait Implementations§
Source§impl Clone for ParsedInput
impl Clone for ParsedInput
Source§fn clone(&self) -> ParsedInput
fn clone(&self) -> ParsedInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ParsedInput
impl RefUnwindSafe for ParsedInput
impl Send for ParsedInput
impl Sync for ParsedInput
impl Unpin for ParsedInput
impl UnwindSafe for ParsedInput
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