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