pub struct UnsupportedBits { /* private fields */ }Expand description
A raw value contained bits the per-thread error mode does not accept.
Implementations§
Trait Implementations§
Source§impl Clone for UnsupportedBits
impl Clone for UnsupportedBits
Source§fn clone(&self) -> UnsupportedBits
fn clone(&self) -> UnsupportedBits
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 moreimpl Copy for UnsupportedBits
Source§impl Debug for UnsupportedBits
impl Debug for UnsupportedBits
Source§impl Display for UnsupportedBits
impl Display for UnsupportedBits
impl Eq for UnsupportedBits
Source§impl Error for UnsupportedBits
impl Error for UnsupportedBits
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl Hash for UnsupportedBits
impl Hash for UnsupportedBits
Source§impl PartialEq for UnsupportedBits
impl PartialEq for UnsupportedBits
impl StructuralPartialEq for UnsupportedBits
Auto Trait Implementations§
impl Freeze for UnsupportedBits
impl RefUnwindSafe for UnsupportedBits
impl Send for UnsupportedBits
impl Sync for UnsupportedBits
impl Unpin for UnsupportedBits
impl UnsafeUnpin for UnsupportedBits
impl UnwindSafe for UnsupportedBits
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