pub struct NextInput {
pub input: Input,
pub kind: NextInputKind,
pub actor_mon_item: Option<Item>,
}
Fields§
§input: Input
§kind: NextInputKind
§actor_mon_item: Option<Item>
Implementations§
Trait Implementations§
impl Eq for NextInput
impl StructuralPartialEq for NextInput
Auto Trait Implementations§
impl Freeze for NextInput
impl RefUnwindSafe for NextInput
impl Send for NextInput
impl Sync for NextInput
impl Unpin for NextInput
impl UnwindSafe for NextInput
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