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