pub enum ExceptionSpec {
NoExcept,
Computed(Expression),
}
Expand description
The <exception-spec>
production.
Variants§
Trait Implementations§
Source§impl Clone for ExceptionSpec
impl Clone for ExceptionSpec
Source§fn clone(&self) -> ExceptionSpec
fn clone(&self) -> ExceptionSpec
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 ExceptionSpec
impl Debug for ExceptionSpec
Source§impl PartialEq for ExceptionSpec
impl PartialEq for ExceptionSpec
impl Eq for ExceptionSpec
impl StructuralPartialEq for ExceptionSpec
Auto Trait Implementations§
impl Freeze for ExceptionSpec
impl RefUnwindSafe for ExceptionSpec
impl Send for ExceptionSpec
impl Sync for ExceptionSpec
impl Unpin for ExceptionSpec
impl UnwindSafe for ExceptionSpec
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