pub struct BindingErrorCode(/* private fields */);
Expand description
Custom error type for errors in the binding itself.
Implementations§
Trait Implementations§
Source§impl Clone for BindingErrorCode
impl Clone for BindingErrorCode
Source§fn clone(&self) -> BindingErrorCode
fn clone(&self) -> BindingErrorCode
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 BindingErrorCode
impl Debug for BindingErrorCode
Source§impl Ord for BindingErrorCode
impl Ord for BindingErrorCode
Source§fn cmp(&self, other: &BindingErrorCode) -> Ordering
fn cmp(&self, other: &BindingErrorCode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BindingErrorCode
impl PartialEq for BindingErrorCode
Source§impl PartialOrd for BindingErrorCode
impl PartialOrd for BindingErrorCode
impl Copy for BindingErrorCode
impl Eq for BindingErrorCode
impl StructuralPartialEq for BindingErrorCode
Auto Trait Implementations§
impl Freeze for BindingErrorCode
impl RefUnwindSafe for BindingErrorCode
impl Send for BindingErrorCode
impl Sync for BindingErrorCode
impl Unpin for BindingErrorCode
impl UnwindSafe for BindingErrorCode
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