pub struct UsualCaseSnafu;
Expand description
SNAFU context selector for the Error::UsualCase
variant
Implementations§
Trait Implementations§
source§impl Clone for UsualCaseSnafu
impl Clone for UsualCaseSnafu
source§fn clone(&self) -> UsualCaseSnafu
fn clone(&self) -> UsualCaseSnafu
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 more