pub struct PanicOnDrop(pub &'static str);Tuple Fields§
§0: &'static strTrait Implementations§
Source§impl Drop for PanicOnDrop
impl Drop for PanicOnDrop
Auto Trait Implementations§
impl Freeze for PanicOnDrop
impl RefUnwindSafe for PanicOnDrop
impl Send for PanicOnDrop
impl Sync for PanicOnDrop
impl Unpin for PanicOnDrop
impl UnsafeUnpin for PanicOnDrop
impl UnwindSafe for PanicOnDrop
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