pub struct StaticFolder<'a> { /* private fields */ }
The type of resource this creates
The internal config being constructed by this builder. This will be used to find cached
Self::Output.
The output type used to build this resource later
Create a new instance of this resource builder
Get the internal config state of the builder
Read more
Get the config output of this builder
Read more
Build this resource from its config output
Serialize this value into the given Serde serializer.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Instruments this type with the provided
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 returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.