pub struct AssetsOptions {
pub prefix: &'static str,
pub env_var: Option<&'static str>,
pub url: Option<Url>,
pub embedded: Option<Vec<u8>>,
}Fields§
§prefix: &'static str§env_var: Option<&'static str>§url: Option<Url>§embedded: Option<Vec<u8>>Auto Trait Implementations§
impl Freeze for AssetsOptions
impl RefUnwindSafe for AssetsOptions
impl Send for AssetsOptions
impl Sync for AssetsOptions
impl Unpin for AssetsOptions
impl UnsafeUnpin for AssetsOptions
impl UnwindSafe for AssetsOptions
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