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