pub struct Exceptions {
pub values: Vec<Exception>,
}
Expand description
Representation of the
Fields§
§values: Vec<Exception>
Vector of potential exact Exception tags
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§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Exceptions
impl Debug for Exceptions
Source§impl<'de> Deserialize<'de> for Exceptions
impl<'de> Deserialize<'de> for Exceptions
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 Exceptions
impl PartialEq for Exceptions
Source§impl Serialize for Exceptions
impl Serialize 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