pub struct UxParser;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UxParser
impl RefUnwindSafe for UxParser
impl Send for UxParser
impl Sync for UxParser
impl Unpin for UxParser
impl UnwindSafe for UxParser
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