Struct wick_config::config::StaticRouterConfig
source · pub struct StaticRouterConfig { /* private fields */ }Implementations§
Trait Implementations§
source§impl AssetManager for StaticRouterConfig
impl AssetManager for StaticRouterConfig
type Asset = AssetReference
fn set_baseurl(&self, baseurl: &Path)
fn assets(&self) -> Assets<'_, AssetReference>
fn get_asset_flags(&self) -> u32
source§impl Clone for StaticRouterConfig
impl Clone for StaticRouterConfig
source§fn clone(&self) -> StaticRouterConfig
fn clone(&self) -> StaticRouterConfig
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 moresource§impl Debug for StaticRouterConfig
impl Debug for StaticRouterConfig
source§impl Serialize for StaticRouterConfig
impl Serialize for StaticRouterConfig
source§impl TryFrom<StaticRouterConfig> for StaticRouter
impl TryFrom<StaticRouterConfig> for StaticRouter
§type Error = ManifestError
type Error = ManifestError
The type returned in the event of a conversion error.
source§impl WickRouter for StaticRouterConfig
impl WickRouter for StaticRouterConfig
fn middleware(&self) -> Option<&Middleware>
fn middleware_mut(&mut self) -> Option<&mut Middleware>
fn path(&self) -> &str
Auto Trait Implementations§
impl !RefUnwindSafe for StaticRouterConfig
impl Send for StaticRouterConfig
impl Sync for StaticRouterConfig
impl Unpin for StaticRouterConfig
impl !UnwindSafe for StaticRouterConfig
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