pub struct ExceptionList(pub Vec<ScopedName>);Tuple Fields§
§0: Vec<ScopedName>Trait Implementations§
Source§impl Clone for ExceptionList
impl Clone for ExceptionList
Source§fn clone(&self) -> ExceptionList
fn clone(&self) -> ExceptionList
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 ExceptionList
impl Debug for ExceptionList
Source§impl<'de> Deserialize<'de> for ExceptionList
impl<'de> Deserialize<'de> for ExceptionList
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 From<ExceptionList> for ExceptionList
impl From<ExceptionList> for ExceptionList
Source§fn from(value: ExceptionList) -> Self
fn from(value: ExceptionList) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ExceptionList
impl RefUnwindSafe for ExceptionList
impl Send for ExceptionList
impl Sync for ExceptionList
impl Unpin for ExceptionList
impl UnsafeUnpin for ExceptionList
impl UnwindSafe for ExceptionList
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