Struct GlobError

struct GlobError(_)

Error from parsing globs.

Implementations

impl Debug for GlobError

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

impl Display for GlobError

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

impl Error for GlobError

impl Freeze for GlobError

impl From for GlobError

fn from(e: Error) -> Self

impl RefUnwindSafe for GlobError

impl Send for GlobError

impl Sync for GlobError

impl Unpin for GlobError

impl UnsafeUnpin for GlobError

impl UnwindSafe for GlobError

impl<T> Any for GlobError

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for GlobError

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

impl<T> BorrowMut for GlobError

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

impl<T> From for GlobError

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> Pointable for GlobError

unsafe fn init(init: <T as Pointable>::Init) -> usize
unsafe fn deref<'a>(ptr: usize) -> &'a T
unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
unsafe fn drop(ptr: usize)

impl<T> ToString for GlobError

fn to_string(self: &Self) -> String

impl<T, U> Into for GlobError

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 GlobError

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

impl<T, U> TryInto for GlobError

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