pub enum ExceptionThrownMethod {
ExceptionThrown,
}Variants§
ExceptionThrown
Trait Implementations§
Source§impl Clone for ExceptionThrownMethod
impl Clone for ExceptionThrownMethod
Source§fn clone(&self) -> ExceptionThrownMethod
fn clone(&self) -> ExceptionThrownMethod
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 ExceptionThrownMethod
impl Debug for ExceptionThrownMethod
Source§impl<'de> Deserialize<'de> for ExceptionThrownMethod
impl<'de> Deserialize<'de> for ExceptionThrownMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ExceptionThrownMethod
impl PartialEq for ExceptionThrownMethod
Source§impl Serialize for ExceptionThrownMethod
impl Serialize for ExceptionThrownMethod
impl StructuralPartialEq for ExceptionThrownMethod
Auto Trait Implementations§
impl Freeze for ExceptionThrownMethod
impl RefUnwindSafe for ExceptionThrownMethod
impl Send for ExceptionThrownMethod
impl Sync for ExceptionThrownMethod
impl Unpin for ExceptionThrownMethod
impl UnsafeUnpin for ExceptionThrownMethod
impl UnwindSafe for ExceptionThrownMethod
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