#[repr(u32,)]
pub enum ArchivedFileName where
    With<PathBuf, EncodePathBuf>: Archive,
    String: Archive,
    With<Url, EncodeUrl>: Archive, 
{ Real(<With<PathBuf, EncodePathBuf> as Archive>::Archived), Macros(<String as Archive>::Archived), QuoteExpansion, Anon, MacroExpansion, ProcMacroSourceCode, Url(<With<Url, EncodeUrl> as Archive>::Archived), Internal(<String as Archive>::Archived), Custom(<String as Archive>::Archived), }
Expand description

An archived FileName

Variants

Real(<With<PathBuf, EncodePathBuf> as Archive>::Archived)

Tuple Fields

0: <With<PathBuf, EncodePathBuf> as Archive>::Archived

The archived counterpart of FileName::Real::0

The archived counterpart of FileName::Real

Macros(<String as Archive>::Archived)

Tuple Fields

0: <String as Archive>::Archived

The archived counterpart of FileName::Macros::0

The archived counterpart of FileName::Macros

QuoteExpansion

The archived counterpart of FileName::QuoteExpansion

Anon

The archived counterpart of FileName::Anon

MacroExpansion

The archived counterpart of FileName::MacroExpansion

ProcMacroSourceCode

The archived counterpart of FileName::ProcMacroSourceCode

Url(<With<Url, EncodeUrl> as Archive>::Archived)

Tuple Fields

0: <With<Url, EncodeUrl> as Archive>::Archived

The archived counterpart of FileName::Url::0

The archived counterpart of FileName::Url

Internal(<String as Archive>::Archived)

Tuple Fields

0: <String as Archive>::Archived

The archived counterpart of FileName::Internal::0

The archived counterpart of FileName::Internal

Custom(<String as Archive>::Archived)

Tuple Fields

0: <String as Archive>::Archived

The archived counterpart of FileName::Custom::0

The archived counterpart of FileName::Custom

Trait Implementations

The error that may result from checking the type.

Checks whether the given pointer points to a valid value within the given context. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

The archived version of the pointer metadata for this type.

Converts some archived metadata to the pointer metadata for itself.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Deserializes using the given deserializer

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

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

The type for metadata in pointers and references to Self.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more