Struct AttributeParseError

struct AttributeParseError

Invalid character

Implementations

impl Debug for AttributeParseError

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Freeze for AttributeParseError

impl RefUnwindSafe for AttributeParseError

impl Send for AttributeParseError

impl Sync for AttributeParseError

impl Unpin for AttributeParseError

impl UnsafeUnpin for AttributeParseError

impl UnwindSafe for AttributeParseError

impl<T> Any for AttributeParseError

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for AttributeParseError

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for AttributeParseError

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> ErasedDestructor for AttributeParseError

impl<T> From for AttributeParseError

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for AttributeParseError

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for AttributeParseError

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for AttributeParseError

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>