pub struct SystemBreakCodeTryFromError;
Expand description
The error type returned when a conversion from i32
or u32
to
SystemBreakCode
fails.
Trait Implementations§
Source§impl Clone for SystemBreakCodeTryFromError
impl Clone for SystemBreakCodeTryFromError
Source§fn clone(&self) -> SystemBreakCodeTryFromError
fn clone(&self) -> SystemBreakCodeTryFromError
Returns a copy of the value. Read more
1.0.0 · 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 SystemBreakCodeTryFromError
impl Debug for SystemBreakCodeTryFromError
Auto Trait Implementations§
impl Freeze for SystemBreakCodeTryFromError
impl RefUnwindSafe for SystemBreakCodeTryFromError
impl Send for SystemBreakCodeTryFromError
impl Sync for SystemBreakCodeTryFromError
impl Unpin for SystemBreakCodeTryFromError
impl UnwindSafe for SystemBreakCodeTryFromError
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