Enum ezno_parser::types::type_annotations::SpreadKind
source · pub enum SpreadKind {
NonSpread,
Spread,
}Variants§
Trait Implementations§
source§impl Clone for SpreadKind
impl Clone for SpreadKind
source§fn clone(&self) -> SpreadKind
fn clone(&self) -> SpreadKind
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 SpreadKind
impl Debug for SpreadKind
source§impl PartialEq for SpreadKind
impl PartialEq for SpreadKind
source§fn eq(&self, other: &SpreadKind) -> bool
fn eq(&self, other: &SpreadKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl SelfRustTokenize for SpreadKind
impl SelfRustTokenize for SpreadKind
fn append_to_token_stream(&self, token_stream: &mut TokenStream)
source§fn to_tokens(&self) -> TokenStream
fn to_tokens(&self) -> TokenStream
Returns the tokens used to construct self
source§impl Serialize for SpreadKind
impl Serialize for SpreadKind
impl Eq for SpreadKind
impl StructuralEq for SpreadKind
impl StructuralPartialEq for SpreadKind
Auto Trait Implementations§
impl RefUnwindSafe for SpreadKind
impl Send for SpreadKind
impl Sync for SpreadKind
impl Unpin for SpreadKind
impl UnwindSafe for SpreadKind
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