pub struct UsedInTightLoopSnafu;Available on crate feature
guide only.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 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 UsedInTightLoopSnafu
Source§impl Debug for UsedInTightLoopSnafu
impl Debug for UsedInTightLoopSnafu
Auto Trait Implementations§
impl Freeze for UsedInTightLoopSnafu
impl RefUnwindSafe for UsedInTightLoopSnafu
impl Send for UsedInTightLoopSnafu
impl Sync for UsedInTightLoopSnafu
impl Unpin for UsedInTightLoopSnafu
impl UnsafeUnpin for UsedInTightLoopSnafu
impl UnwindSafe for UsedInTightLoopSnafu
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