pub enum Exceptions {
Primitive(Vec<Ident>),
NonPrimitive(Vec<Ident>),
}
Variants§
Trait Implementations§
source§impl Clone for Exceptions
impl Clone for Exceptions
source§fn clone(&self) -> Exceptions
fn clone(&self) -> Exceptions
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 Exceptions
impl Debug for Exceptions
source§impl Hash for Exceptions
impl Hash for Exceptions
source§impl PartialEq<Exceptions> for Exceptions
impl PartialEq<Exceptions> for Exceptions
source§fn eq(&self, other: &Exceptions) -> bool
fn eq(&self, other: &Exceptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.