pub enum ErrorClause {
ResumeNext,
Goto0,
}
Variants§
Trait Implementations§
Source§impl Clone for ErrorClause
impl Clone for ErrorClause
Source§fn clone(&self) -> ErrorClause
fn clone(&self) -> ErrorClause
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 ErrorClause
impl Debug for ErrorClause
Source§impl PartialEq for ErrorClause
impl PartialEq for ErrorClause
impl StructuralPartialEq for ErrorClause
Auto Trait Implementations§
impl Freeze for ErrorClause
impl RefUnwindSafe for ErrorClause
impl Send for ErrorClause
impl Sync for ErrorClause
impl Unpin for ErrorClause
impl UnwindSafe for ErrorClause
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