pub struct Panic(pub Cow<'static, str>);
Expand description
The panic strategy used on this target by default.
Tuple Fields§
§0: Cow<'static, str>
Implementations§
Trait Implementations§
source§impl Ord for Panic
impl Ord for Panic
source§impl PartialEq for Panic
impl PartialEq for Panic
source§impl PartialOrd for Panic
impl PartialOrd for Panic
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for Panic
impl StructuralPartialEq for Panic
Auto Trait Implementations§
impl Freeze for Panic
impl RefUnwindSafe for Panic
impl Send for Panic
impl Sync for Panic
impl Unpin for Panic
impl UnwindSafe for Panic
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