pub struct EmptyPartyListSnafu;Expand description
SNAFU context selector for the Error::EmptyPartyList variant
Implementations§
Trait Implementations§
Source§impl Clone for EmptyPartyListSnafu
impl Clone for EmptyPartyListSnafu
Source§fn clone(&self) -> EmptyPartyListSnafu
fn clone(&self) -> EmptyPartyListSnafu
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 EmptyPartyListSnafu
Source§impl Debug for EmptyPartyListSnafu
impl Debug for EmptyPartyListSnafu
Source§impl IntoError<Error> for EmptyPartyListSnafu
impl IntoError<Error> for EmptyPartyListSnafu
Source§fn into_error(
self,
error: <EmptyPartyListSnafu as IntoError<Error>>::Source,
) -> Error
fn into_error( self, error: <EmptyPartyListSnafu as IntoError<Error>>::Source, ) -> Error
Combine the information to produce the error
Auto Trait Implementations§
impl Freeze for EmptyPartyListSnafu
impl RefUnwindSafe for EmptyPartyListSnafu
impl Send for EmptyPartyListSnafu
impl Sync for EmptyPartyListSnafu
impl Unpin for EmptyPartyListSnafu
impl UnsafeUnpin for EmptyPartyListSnafu
impl UnwindSafe for EmptyPartyListSnafu
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