Struct freya_node_state::ParseBorderError
source · pub struct ParseBorderError;
Trait Implementations§
source§impl Debug for ParseBorderError
impl Debug for ParseBorderError
source§impl PartialEq<ParseBorderError> for ParseBorderError
impl PartialEq<ParseBorderError> for ParseBorderError
source§fn eq(&self, other: &ParseBorderError) -> bool
fn eq(&self, other: &ParseBorderError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ParseBorderError
impl StructuralEq for ParseBorderError
impl StructuralPartialEq for ParseBorderError
Auto Trait Implementations§
impl RefUnwindSafe for ParseBorderError
impl Send for ParseBorderError
impl Sync for ParseBorderError
impl Unpin for ParseBorderError
impl UnwindSafe for ParseBorderError
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