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