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