pub struct Hjson;Expand description
Hjson format marker.
Trait Implementations§
impl Copy for Hjson
Source§impl Format for Hjson
impl Format for Hjson
Source§const MIME: &'static str = "application/hjson"
const MIME: &'static str = "application/hjson"
IANA-style MIME type, e.g.
"application/msgpack".Source§const EXTENSIONS: &'static [&'static str]
const EXTENSIONS: &'static [&'static str]
Common file extensions (without the leading dot).
Auto Trait Implementations§
impl Freeze for Hjson
impl RefUnwindSafe for Hjson
impl Send for Hjson
impl Sync for Hjson
impl Unpin for Hjson
impl UnsafeUnpin 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