pub enum ParseResultFormat {
Json,
Ron,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParseResultFormat
impl RefUnwindSafe for ParseResultFormat
impl Send for ParseResultFormat
impl Sync for ParseResultFormat
impl Unpin for ParseResultFormat
impl UnsafeUnpin for ParseResultFormat
impl UnwindSafe for ParseResultFormat
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