pub struct KeywordAction {
pub keyword_action: KeywordAction,
}Expand description
Wrapper around the keyword actions.
Fields§
§keyword_action: KeywordActionTrait Implementations§
Source§impl Clone for KeywordAction
impl Clone for KeywordAction
Source§fn clone(&self) -> KeywordAction
fn clone(&self) -> KeywordAction
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 moreSource§impl Debug for KeywordAction
impl Debug for KeywordAction
Source§impl<'de> Deserialize<'de> for KeywordAction
impl<'de> Deserialize<'de> for KeywordAction
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 Hash for KeywordAction
impl Hash for KeywordAction
Source§impl Idris for KeywordAction
impl Idris for KeywordAction
Source§impl IntoToken for KeywordAction
impl IntoToken for KeywordAction
fn try_from_span(span: &Span<'_>) -> Option<Self>
Source§impl Ord for KeywordAction
impl Ord for KeywordAction
Source§fn cmp(&self, other: &KeywordAction) -> Ordering
fn cmp(&self, other: &KeywordAction) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for KeywordAction
impl PartialEq for KeywordAction
Source§impl PartialOrd for KeywordAction
impl PartialOrd for KeywordAction
Source§impl Serialize for KeywordAction
impl Serialize for KeywordAction
impl Copy for KeywordAction
impl Eq for KeywordAction
impl StructuralPartialEq for KeywordAction
Auto Trait Implementations§
impl Freeze for KeywordAction
impl RefUnwindSafe for KeywordAction
impl Send for KeywordAction
impl Sync for KeywordAction
impl Unpin for KeywordAction
impl UnwindSafe for KeywordAction
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