Struct opentalk_client_shared::ClientSnafu
source · 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 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)