pub struct AlertException;Trait Implementations§
Source§impl Clone for AlertException
impl Clone for AlertException
Source§fn clone(&self) -> AlertException
fn clone(&self) -> AlertException
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 AlertException
impl Debug for AlertException
impl Copy for AlertException
Auto Trait Implementations§
impl Freeze for AlertException
impl RefUnwindSafe for AlertException
impl Send for AlertException
impl Sync for AlertException
impl Unpin for AlertException
impl UnsafeUnpin for AlertException
impl UnwindSafe for AlertException
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