#[repr(C)]pub enum FigFormat {
Json = 1,
Jsonc = 2,
Yaml = 3,
Toml = 4,
Zon = 5,
Json5 = 7,
Fig = 8,
}Variants§
Trait Implementations§
impl Copy for FigFormat
impl Eq for FigFormat
impl StructuralPartialEq for FigFormat
Auto Trait Implementations§
impl Freeze for FigFormat
impl RefUnwindSafe for FigFormat
impl Send for FigFormat
impl Sync for FigFormat
impl Unpin for FigFormat
impl UnsafeUnpin for FigFormat
impl UnwindSafe for FigFormat
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