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