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