[−][src]Struct keyed_priority_queue::SetPriorityNotFoundError
This is error type for set_priority method of KeyedPriorityQueue.
It means that queue doesn't contain such key.
Trait Implementations
impl Clone for SetPriorityNotFoundError[src]
pub fn clone(&self) -> SetPriorityNotFoundError[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for SetPriorityNotFoundError[src]
impl Debug for SetPriorityNotFoundError[src]
impl Default for SetPriorityNotFoundError[src]
pub fn default() -> SetPriorityNotFoundError[src]
impl Display for SetPriorityNotFoundError[src]
impl Eq for SetPriorityNotFoundError[src]
impl Error for SetPriorityNotFoundError[src]
pub fn source(&self) -> Option<&(dyn Error + 'static)>1.30.0[src]
pub fn backtrace(&self) -> Option<&Backtrace>[src]
pub fn description(&self) -> &str1.0.0[src]
pub fn cause(&self) -> Option<&dyn Error>1.0.0[src]
impl Ord for SetPriorityNotFoundError[src]
pub fn cmp(&self, other: &SetPriorityNotFoundError) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl PartialEq<SetPriorityNotFoundError> for SetPriorityNotFoundError[src]
pub fn eq(&self, other: &SetPriorityNotFoundError) -> bool[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl PartialOrd<SetPriorityNotFoundError> for SetPriorityNotFoundError[src]
pub fn partial_cmp(&self, other: &SetPriorityNotFoundError) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralEq for SetPriorityNotFoundError[src]
impl StructuralPartialEq for SetPriorityNotFoundError[src]
Auto Trait Implementations
impl RefUnwindSafe for SetPriorityNotFoundError[src]
impl Send for SetPriorityNotFoundError[src]
impl Sync for SetPriorityNotFoundError[src]
impl Unpin for SetPriorityNotFoundError[src]
impl UnwindSafe for SetPriorityNotFoundError[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized, [src]
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,