pub enum ThrowsType {
Class(ClassType),
TypeVariable(TypeVariable),
}Variants§
Class(ClassType)
TypeVariable(TypeVariable)
Trait Implementations§
Source§impl Clone for ThrowsType
impl Clone for ThrowsType
Source§fn clone(&self) -> ThrowsType
fn clone(&self) -> ThrowsType
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 ThrowsType
impl Debug for ThrowsType
Source§impl<'de> Deserialize<'de> for ThrowsType
impl<'de> Deserialize<'de> for ThrowsType
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 ThrowsType
impl PartialEq for ThrowsType
Source§impl Serialize for ThrowsType
impl Serialize for ThrowsType
impl Eq for ThrowsType
impl StructuralPartialEq for ThrowsType
Auto Trait Implementations§
impl Freeze for ThrowsType
impl RefUnwindSafe for ThrowsType
impl Send for ThrowsType
impl Sync for ThrowsType
impl Unpin for ThrowsType
impl UnwindSafe for ThrowsType
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