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