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