pub struct TraefikRouterConfig {
pub service_name: String,
pub hostname: String,
pub service_port: u16,
pub resolver_name: String,
}Fields§
§service_name: String§hostname: String§service_port: u16§resolver_name: StringImplementations§
Source§impl TraefikRouterConfig
impl TraefikRouterConfig
pub fn router_base_name(&self) -> String
Trait Implementations§
Source§impl Clone for TraefikRouterConfig
impl Clone for TraefikRouterConfig
Source§fn clone(&self) -> TraefikRouterConfig
fn clone(&self) -> TraefikRouterConfig
Returns a duplicate 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 TraefikRouterConfig
impl Debug for TraefikRouterConfig
Source§impl<'de> Deserialize<'de> for TraefikRouterConfig
impl<'de> Deserialize<'de> for TraefikRouterConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TraefikRouterConfig
impl RefUnwindSafe for TraefikRouterConfig
impl Send for TraefikRouterConfig
impl Sync for TraefikRouterConfig
impl Unpin for TraefikRouterConfig
impl UnsafeUnpin for TraefikRouterConfig
impl UnwindSafe for TraefikRouterConfig
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