Struct ezno_parser::tsx_keywords::Implements
source · pub struct Implements;Trait Implementations§
source§impl Clone for Implements
impl Clone for Implements
source§fn clone(&self) -> Implements
fn clone(&self) -> Implements
Returns a copy 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 Implements
impl Debug for Implements
source§impl Default for Implements
impl Default for Implements
source§fn default() -> Implements
fn default() -> Implements
Returns the “default value” for a type. Read more
source§impl From<Implements> for TSXKeyword
impl From<Implements> for TSXKeyword
source§fn from(variant_struct: Implements) -> Self
fn from(variant_struct: Implements) -> Self
Converts to this type from the input type.
source§impl PartialEq<Implements> for Implements
impl PartialEq<Implements> for Implements
source§fn eq(&self, other: &Implements) -> bool
fn eq(&self, other: &Implements) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<TSXKeyword> for Implements
impl TryFrom<TSXKeyword> for Implements
§type Error = TSXKeyword
type Error = TSXKeyword
The type returned in the event of a conversion error.