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