Enum rustpython_ast::TypeIgnore
source · Variants§
Trait Implementations§
source§impl Clone for TypeIgnore
impl Clone for TypeIgnore
source§fn clone(&self) -> TypeIgnore
fn clone(&self) -> TypeIgnore
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 TypeIgnore
impl Debug for TypeIgnore
source§impl PartialEq<TypeIgnore> for TypeIgnore
impl PartialEq<TypeIgnore> for TypeIgnore
source§fn eq(&self, other: &TypeIgnore) -> bool
fn eq(&self, other: &TypeIgnore) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.