pub struct ExceptionConfig { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ExceptionConfig
impl Clone for ExceptionConfig
Source§fn clone(&self) -> ExceptionConfig
fn clone(&self) -> ExceptionConfig
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 Default for ExceptionConfig
impl Default for ExceptionConfig
Source§fn default() -> ExceptionConfig
fn default() -> ExceptionConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExceptionConfig
impl RefUnwindSafe for ExceptionConfig
impl Send for ExceptionConfig
impl Sync for ExceptionConfig
impl Unpin for ExceptionConfig
impl UnsafeUnpin for ExceptionConfig
impl UnwindSafe for ExceptionConfig
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