pub struct SignalsTraps(/* private fields */);Expand description
§SignalsTraps
SignalsTraps is a list of set trap enablers for signals.
When a signal’s trap enabler is set, the condition causes panic! in debug
mode.
Implementations§
Trait Implementations§
Source§impl Clone for SignalsTraps
impl Clone for SignalsTraps
Source§fn clone(&self) -> SignalsTraps
fn clone(&self) -> SignalsTraps
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 SignalsTraps
impl Debug for SignalsTraps
Source§impl Display for SignalsTraps
impl Display for SignalsTraps
Source§impl Hash for SignalsTraps
impl Hash for SignalsTraps
Source§impl PartialEq for SignalsTraps
impl PartialEq for SignalsTraps
Source§fn eq(&self, other: &SignalsTraps) -> bool
fn eq(&self, other: &SignalsTraps) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SignalsTraps
impl Eq for SignalsTraps
impl StructuralPartialEq for SignalsTraps
Auto Trait Implementations§
impl Freeze for SignalsTraps
impl RefUnwindSafe for SignalsTraps
impl Send for SignalsTraps
impl Sync for SignalsTraps
impl Unpin for SignalsTraps
impl UnsafeUnpin for SignalsTraps
impl UnwindSafe for SignalsTraps
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