pub struct UnwindBuilder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for UnwindBuilder
impl Clone for UnwindBuilder
Source§fn clone(&self) -> UnwindBuilder
fn clone(&self) -> UnwindBuilder
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 moreSource§impl Debug for UnwindBuilder
impl Debug for UnwindBuilder
Source§impl Default for UnwindBuilder
impl Default for UnwindBuilder
Source§impl Drop for UnwindBuilder
impl Drop for UnwindBuilder
Auto Trait Implementations§
impl !Send for UnwindBuilder
impl !Sync for UnwindBuilder
impl Freeze for UnwindBuilder
impl RefUnwindSafe for UnwindBuilder
impl Unpin for UnwindBuilder
impl UnsafeUnpin for UnwindBuilder
impl UnwindSafe for UnwindBuilder
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