Struct tre_regex::BindingErrorCode
source · pub struct BindingErrorCode(_);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<BindingErrorCode> for BindingErrorCode
impl PartialEq<BindingErrorCode> for BindingErrorCode
source§fn eq(&self, other: &BindingErrorCode) -> bool
fn eq(&self, other: &BindingErrorCode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<BindingErrorCode> for BindingErrorCode
impl PartialOrd<BindingErrorCode> for BindingErrorCode
source§fn partial_cmp(&self, other: &BindingErrorCode) -> Option<Ordering>
fn partial_cmp(&self, other: &BindingErrorCode) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for BindingErrorCode
impl Eq for BindingErrorCode
impl StructuralEq for BindingErrorCode
impl StructuralPartialEq for BindingErrorCode
Auto Trait Implementations§
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