pub struct HttpInboundAdaptersSpecYamlParser;Implementations§
Source§impl HttpInboundAdaptersSpecYamlParser
impl HttpInboundAdaptersSpecYamlParser
pub fn parse_value(yaml: &YamlValue) -> Result<HttpInboundAdaptersSpec>
pub fn parse_str(raw: &str) -> Result<HttpInboundAdaptersSpec>
Auto Trait Implementations§
impl Freeze for HttpInboundAdaptersSpecYamlParser
impl RefUnwindSafe for HttpInboundAdaptersSpecYamlParser
impl Send for HttpInboundAdaptersSpecYamlParser
impl Sync for HttpInboundAdaptersSpecYamlParser
impl Unpin for HttpInboundAdaptersSpecYamlParser
impl UnwindSafe for HttpInboundAdaptersSpecYamlParser
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