pub struct SessionNotCompleteSnafu;Expand description
SNAFU context selector for the Error::SessionNotComplete variant
Implementations§
Trait Implementations§
Source§impl Clone for SessionNotCompleteSnafu
impl Clone for SessionNotCompleteSnafu
Source§fn clone(&self) -> SessionNotCompleteSnafu
fn clone(&self) -> SessionNotCompleteSnafu
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SessionNotCompleteSnafu
Source§impl Debug for SessionNotCompleteSnafu
impl Debug for SessionNotCompleteSnafu
Source§impl IntoError<Error> for SessionNotCompleteSnafu
impl IntoError<Error> for SessionNotCompleteSnafu
Source§fn into_error(
self,
error: <SessionNotCompleteSnafu as IntoError<Error>>::Source,
) -> Error
fn into_error( self, error: <SessionNotCompleteSnafu as IntoError<Error>>::Source, ) -> Error
Combine the information to produce the error
Auto Trait Implementations§
impl Freeze for SessionNotCompleteSnafu
impl RefUnwindSafe for SessionNotCompleteSnafu
impl Send for SessionNotCompleteSnafu
impl Sync for SessionNotCompleteSnafu
impl Unpin for SessionNotCompleteSnafu
impl UnsafeUnpin for SessionNotCompleteSnafu
impl UnwindSafe for SessionNotCompleteSnafu
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