Enum stm32wb_hci::vendor::stm32wb::command::gatt::RangeError
source · pub enum RangeError {
Inverted,
}Expand description
Potential errors that can occer when creating a Range.
Variants§
Inverted
The beginning of the range came after the end.
Trait Implementations§
source§impl Clone for RangeError
impl Clone for RangeError
source§fn clone(&self) -> RangeError
fn clone(&self) -> RangeError
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 RangeError
impl Debug for RangeError
source§impl PartialEq<RangeError> for RangeError
impl PartialEq<RangeError> for RangeError
source§fn eq(&self, other: &RangeError) -> bool
fn eq(&self, other: &RangeError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for RangeError
impl StructuralPartialEq for RangeError
Auto Trait Implementations§
impl RefUnwindSafe for RangeError
impl Send for RangeError
impl Sync for RangeError
impl Unpin for RangeError
impl UnwindSafe for RangeError
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