pub struct ClientSnafu;Expand description
SNAFU context selector for the ApiError::Client variant
Trait Implementations§
Source§impl Clone for ClientSnafu
impl Clone for ClientSnafu
Source§fn clone(&self) -> ClientSnafu
fn clone(&self) -> ClientSnafu
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 ClientSnafu
impl Debug for ClientSnafu
Source§impl<E> IntoError<ApiError<E>> for ClientSnafu
impl<E> IntoError<ApiError<E>> for ClientSnafu
impl Copy for ClientSnafu
Auto Trait Implementations§
impl Freeze for ClientSnafu
impl RefUnwindSafe for ClientSnafu
impl Send for ClientSnafu
impl Sync for ClientSnafu
impl Unpin for ClientSnafu
impl UnwindSafe for ClientSnafu
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