pub struct Input {
pub pi_input: PiInput,
pub field_input: Field,
pub status_input: Status,
}Expand description
§Fields
Fields§
§pi_input: PiInput§field_input: Field§status_input: StatusImplementations§
Source§impl Input
impl Input
pub fn new(pi_input: PiInput, field_input: Field, status_input: Status) -> Self
pub fn parse_hand(self) -> Result<Vec<ParsedHand>, ValidationError>
Auto Trait Implementations§
impl Freeze for Input
impl RefUnwindSafe for Input
impl Send for Input
impl Sync for Input
impl Unpin for Input
impl UnwindSafe for Input
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