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