pub struct YamlNg;
Trait Implementations§
Source§impl FileStoredFormat for YamlNg
impl FileStoredFormat for YamlNg
Source§fn file_extensions(&self) -> &'static [&'static str]
fn file_extensions(&self) -> &'static [&'static str]
Returns a vector of file extensions, for instance
[yml, yaml]
.Auto Trait Implementations§
impl Freeze for YamlNg
impl RefUnwindSafe for YamlNg
impl Send for YamlNg
impl Sync for YamlNg
impl Unpin for YamlNg
impl UnwindSafe for YamlNg
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