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