pub struct TraefikStaticConfigInput {
pub email: String,
pub resolver_name: String,
pub cert_storage_file: String,
pub cloudflare_token_env: String,
pub log_level: String,
}Fields§
§email: String§resolver_name: String§cert_storage_file: String§cloudflare_token_env: String§log_level: StringTrait Implementations§
Source§impl Clone for TraefikStaticConfigInput
impl Clone for TraefikStaticConfigInput
Source§fn clone(&self) -> TraefikStaticConfigInput
fn clone(&self) -> TraefikStaticConfigInput
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 TraefikStaticConfigInput
impl Debug for TraefikStaticConfigInput
Source§impl Default for TraefikStaticConfigInput
impl Default for TraefikStaticConfigInput
Source§impl<'de> Deserialize<'de> for TraefikStaticConfigInput
impl<'de> Deserialize<'de> for TraefikStaticConfigInput
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 TraefikStaticConfigInput
impl RefUnwindSafe for TraefikStaticConfigInput
impl Send for TraefikStaticConfigInput
impl Sync for TraefikStaticConfigInput
impl Unpin for TraefikStaticConfigInput
impl UnsafeUnpin for TraefikStaticConfigInput
impl UnwindSafe for TraefikStaticConfigInput
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