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 duplicate 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 for Exceptions
impl PartialEq for Exceptions
impl Eq for Exceptions
impl StructuralPartialEq for Exceptions
Auto Trait Implementations§
impl Freeze for Exceptions
impl RefUnwindSafe for Exceptions
impl !Send for Exceptions
impl !Sync for Exceptions
impl Unpin for Exceptions
impl UnwindSafe for Exceptions
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