Struct lucas_test::Asset
source · [−]Expand description
A resolved asset.
Fields
bytes: Vec<u8>The asset bytes.
mime_type: StringThe asset’s mime type.
csp_header: Option<String>The Content-Security-Policy header value.
Auto Trait Implementations
impl RefUnwindSafe for Asset
impl Send for Asset
impl Sync for Asset
impl Unpin for Asset
impl UnwindSafe for Asset
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more