Struct freya_node_state::ParseWeightError
source · pub struct ParseWeightError;
Trait Implementations§
source§impl Debug for ParseWeightError
impl Debug for ParseWeightError
source§impl PartialEq<ParseWeightError> for ParseWeightError
impl PartialEq<ParseWeightError> for ParseWeightError
source§fn eq(&self, other: &ParseWeightError) -> bool
fn eq(&self, other: &ParseWeightError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ParseWeightError
impl StructuralEq for ParseWeightError
impl StructuralPartialEq for ParseWeightError
Auto Trait Implementations§
impl RefUnwindSafe for ParseWeightError
impl Send for ParseWeightError
impl Sync for ParseWeightError
impl Unpin for ParseWeightError
impl UnwindSafe for ParseWeightError
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more