Struct mas_router::StaticAsset
source · pub struct StaticAsset { /* private fields */ }
Expand description
GET /assets
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StaticAsset
impl RefUnwindSafe for StaticAsset
impl Send for StaticAsset
impl Sync for StaticAsset
impl Unpin for StaticAsset
impl UnwindSafe for StaticAsset
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