pub struct PingapTomlConfig {
pub basic: Option<Value>,
pub servers: Option<Map<String, Value>>,
pub upstreams: Option<Map<String, Value>>,
pub locations: Option<Map<String, Value>>,
pub plugins: Option<Map<String, Value>>,
pub certificates: Option<Map<String, Value>>,
pub storages: Option<Map<String, Value>>,
}Fields§
§basic: Option<Value>§servers: Option<Map<String, Value>>§upstreams: Option<Map<String, Value>>§locations: Option<Map<String, Value>>§plugins: Option<Map<String, Value>>§certificates: Option<Map<String, Value>>§storages: Option<Map<String, Value>>Implementations§
Trait Implementations§
Source§impl Debug for PingapTomlConfig
impl Debug for PingapTomlConfig
Source§impl<'de> Deserialize<'de> for PingapTomlConfig
impl<'de> Deserialize<'de> for PingapTomlConfig
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 PingapTomlConfig
impl RefUnwindSafe for PingapTomlConfig
impl Send for PingapTomlConfig
impl Sync for PingapTomlConfig
impl Unpin for PingapTomlConfig
impl UnsafeUnpin for PingapTomlConfig
impl UnwindSafe for PingapTomlConfig
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request