Struct config_more_formats::YamlNg
source · 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