pub struct Ason;
Trait Implementations§
Source§impl FileStoredFormat for Ason
impl FileStoredFormat for Ason
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 Ason
impl RefUnwindSafe for Ason
impl Send for Ason
impl Sync for Ason
impl Unpin for Ason
impl UnwindSafe for Ason
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