pub struct StaticFolder<'a> { /* private fields */ }👎Deprecated since 0.27.0:
Folder names can now be hard coded. More about deployment files: https://docs.shuttle.rs/configuration/files
Implementations§
Trait Implementations§
Source§impl<'a> ResourceBuilder<PathBuf> for StaticFolder<'a>
impl<'a> ResourceBuilder<PathBuf> for StaticFolder<'a>
Source§type Config = &'a str
type Config = &'a str
The internal config being constructed by this builder. This will be used to find cached Self::Output.
Auto Trait Implementations§
impl<'a> Freeze for StaticFolder<'a>
impl<'a> RefUnwindSafe for StaticFolder<'a>
impl<'a> Send for StaticFolder<'a>
impl<'a> Sync for StaticFolder<'a>
impl<'a> Unpin for StaticFolder<'a>
impl<'a> UnsafeUnpin for StaticFolder<'a>
impl<'a> UnwindSafe for StaticFolder<'a>
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