pub struct KeywordAbility {
pub keyword_ability: KeywordAbility,
}Expand description
Wrapper around the keyword ability.
Fields§
§keyword_ability: KeywordAbilityTrait Implementations§
Source§impl Clone for KeywordAbility
impl Clone for KeywordAbility
Source§fn clone(&self) -> KeywordAbility
fn clone(&self) -> KeywordAbility
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 KeywordAbility
impl Debug for KeywordAbility
Source§impl<'de> Deserialize<'de> for KeywordAbility
impl<'de> Deserialize<'de> for KeywordAbility
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 KeywordAbility
impl Hash for KeywordAbility
Source§impl Idris for KeywordAbility
impl Idris for KeywordAbility
Source§impl IntoToken for KeywordAbility
Available on crate feature lexer only.
impl IntoToken for KeywordAbility
Available on crate feature
lexer only.fn try_from_span(span: &Span<'_>) -> Option<Self>
Source§impl Ord for KeywordAbility
impl Ord for KeywordAbility
Source§fn cmp(&self, other: &KeywordAbility) -> Ordering
fn cmp(&self, other: &KeywordAbility) -> 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 KeywordAbility
impl PartialEq for KeywordAbility
Source§impl PartialOrd for KeywordAbility
impl PartialOrd for KeywordAbility
Source§impl Serialize for KeywordAbility
impl Serialize for KeywordAbility
impl Copy for KeywordAbility
impl Eq for KeywordAbility
impl StructuralPartialEq for KeywordAbility
Auto Trait Implementations§
impl Freeze for KeywordAbility
impl RefUnwindSafe for KeywordAbility
impl Send for KeywordAbility
impl Sync for KeywordAbility
impl Unpin for KeywordAbility
impl UnwindSafe for KeywordAbility
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