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