pub enum FileShape {
Empty,
V2,
Legacy,
MalformedJson,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileShape
impl RefUnwindSafe for FileShape
impl Send for FileShape
impl Sync for FileShape
impl Unpin for FileShape
impl UnsafeUnpin for FileShape
impl UnwindSafe for FileShape
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