Struct ezno_parser::property_key::AlwaysPublic
source · pub struct AlwaysPublic;Trait Implementations§
source§impl Clone for AlwaysPublic
impl Clone for AlwaysPublic
source§fn clone(&self) -> AlwaysPublic
fn clone(&self) -> AlwaysPublic
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 AlwaysPublic
impl Debug for AlwaysPublic
source§impl PartialEq for AlwaysPublic
impl PartialEq for AlwaysPublic
source§fn eq(&self, other: &AlwaysPublic) -> bool
fn eq(&self, other: &AlwaysPublic) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PropertyKeyKind for AlwaysPublic
impl PropertyKeyKind for AlwaysPublic
type Private = ()
fn parse_ident( first: Token<TSXToken, TokenStart>, _reader: &mut impl TokenReader<TSXToken, TokenStart> ) -> ParseResult<(String, Span, Self::Private)>
impl Eq for AlwaysPublic
impl StructuralEq for AlwaysPublic
impl StructuralPartialEq for AlwaysPublic
Auto Trait Implementations§
impl RefUnwindSafe for AlwaysPublic
impl Send for AlwaysPublic
impl Sync for AlwaysPublic
impl Unpin for AlwaysPublic
impl UnwindSafe for AlwaysPublic
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