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