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