Struct lance_core::error::StopSnafu
source · pub struct StopSnafu;
Expand description
SNAFU context selector for the Error::Stop
variant
Implementations§
Trait Implementations§
impl Copy for StopSnafu
Auto Trait Implementations§
impl RefUnwindSafe for StopSnafu
impl Send for StopSnafu
impl Sync for StopSnafu
impl Unpin for StopSnafu
impl UnwindSafe for StopSnafu
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