pub struct MultiYamlConverter(/* private fields */);Implementations§
Source§impl MultiYamlConverter
impl MultiYamlConverter
pub fn new() -> Self
pub fn convert_list( &self, vals: &Vec<Rc<Val>>, w: &mut dyn Write, ) -> ConvertResult
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MultiYamlConverter
impl RefUnwindSafe for MultiYamlConverter
impl Send for MultiYamlConverter
impl Sync for MultiYamlConverter
impl Unpin for MultiYamlConverter
impl UnwindSafe for MultiYamlConverter
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