pub struct FrontendActiveInput {
pub operation: String,
}Expand description
How normal composer input is submitted while a turn is active.
Fields§
§operation: StringTrait Implementations§
Source§impl Clone for FrontendActiveInput
impl Clone for FrontendActiveInput
Source§fn clone(&self) -> FrontendActiveInput
fn clone(&self) -> FrontendActiveInput
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 FrontendActiveInput
impl Debug for FrontendActiveInput
Source§impl<'de> Deserialize<'de> for FrontendActiveInput
impl<'de> Deserialize<'de> for FrontendActiveInput
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
impl Eq for FrontendActiveInput
Source§impl PartialEq for FrontendActiveInput
impl PartialEq for FrontendActiveInput
Source§impl Serialize for FrontendActiveInput
impl Serialize for FrontendActiveInput
impl StructuralPartialEq for FrontendActiveInput
Auto Trait Implementations§
impl Freeze for FrontendActiveInput
impl RefUnwindSafe for FrontendActiveInput
impl Send for FrontendActiveInput
impl Sync for FrontendActiveInput
impl Unpin for FrontendActiveInput
impl UnsafeUnpin for FrontendActiveInput
impl UnwindSafe for FrontendActiveInput
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