Struct solace_rs::SolaceError
source · 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 copy 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 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