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