pub struct StatusWrapper { /* private fields */ }Expand description
This is a wrapper to assist creating instances of ConnectAPIError
Trait Implementations§
Source§impl Debug for StatusWrapper
impl Debug for StatusWrapper
Auto Trait Implementations§
impl Freeze for StatusWrapper
impl RefUnwindSafe for StatusWrapper
impl Send for StatusWrapper
impl Sync for StatusWrapper
impl Unpin for StatusWrapper
impl UnsafeUnpin for StatusWrapper
impl UnwindSafe for StatusWrapper
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