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