Struct wick_config::v1::Tools
source · pub struct Tools {
pub openapi: bool,
}Expand description
Additional tools and services to enable.
Fields§
§openapi: boolSet to true to generate an OpenAPI specification and serve it at router_path/openapi.json
Trait Implementations§
source§impl<'de> Deserialize<'de> for Tools
impl<'de> Deserialize<'de> for Tools
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
source§impl PartialEq<Tools> for Tools
impl PartialEq<Tools> for Tools
impl StructuralPartialEq for Tools
Auto Trait Implementations§
impl RefUnwindSafe for Tools
impl Send for Tools
impl Sync for Tools
impl Unpin for Tools
impl UnwindSafe for Tools
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