pub struct StaticAssetRoute {
pub route: String,
pub target: AssetPathTarget,
}
Fields§
§route: String
§target: AssetPathTarget
Trait Implementations§
Source§impl Clone for StaticAssetRoute
impl Clone for StaticAssetRoute
Source§fn clone(&self) -> StaticAssetRoute
fn clone(&self) -> StaticAssetRoute
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl !Freeze for StaticAssetRoute
impl RefUnwindSafe for StaticAssetRoute
impl Send for StaticAssetRoute
impl Sync for StaticAssetRoute
impl Unpin for StaticAssetRoute
impl UnwindSafe for StaticAssetRoute
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