pub struct ParseBorderAlignmentError;Trait Implementations§
source§impl Debug for ParseBorderAlignmentError
 
impl Debug for ParseBorderAlignmentError
source§impl PartialEq for ParseBorderAlignmentError
 
impl PartialEq for ParseBorderAlignmentError
source§fn eq(&self, other: &ParseBorderAlignmentError) -> bool
 
fn eq(&self, other: &ParseBorderAlignmentError) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for ParseBorderAlignmentError
impl StructuralEq for ParseBorderAlignmentError
impl StructuralPartialEq for ParseBorderAlignmentError
Auto Trait Implementations§
impl RefUnwindSafe for ParseBorderAlignmentError
impl Send for ParseBorderAlignmentError
impl Sync for ParseBorderAlignmentError
impl Unpin for ParseBorderAlignmentError
impl UnwindSafe for ParseBorderAlignmentError
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
§impl<T> Instrument for T
 
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
 
impl<T> Pointable for T
§impl<T, O> SuperFrom<T> for Owhere
    O: From<T>,
 
impl<T, O> SuperFrom<T> for Owhere O: From<T>,
§fn super_from(input: T) -> O
 
fn super_from(input: T) -> O
Convert from a type to another type.
§impl<T, O, M> SuperInto<O, M> for Twhere
    O: SuperFrom<T, M>,
 
impl<T, O, M> SuperInto<O, M> for Twhere O: SuperFrom<T, M>,
§fn super_into(self) -> O
 
fn super_into(self) -> O
Convert from a type to another type.