Variants
Inclusive(String)
Exclusive(String)
Unbounded
Implementations
sourceimpl UserInputBound
impl UserInputBound
Trait Implementations
sourceimpl PartialEq<UserInputBound> for UserInputBound
impl PartialEq<UserInputBound> for UserInputBound
sourcefn eq(&self, other: &UserInputBound) -> bool
fn eq(&self, other: &UserInputBound) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &UserInputBound) -> bool
fn ne(&self, other: &UserInputBound) -> bool
This method tests for !=
.
impl StructuralPartialEq for UserInputBound
Auto Trait Implementations
impl RefUnwindSafe for UserInputBound
impl Send for UserInputBound
impl Sync for UserInputBound
impl Unpin for UserInputBound
impl UnwindSafe for UserInputBound
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more