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