#[repr(C)]pub struct fy_parser { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for fy_parser
impl RefUnwindSafe for fy_parser
impl Send for fy_parser
impl Sync for fy_parser
impl Unpin for fy_parser
impl UnwindSafe for fy_parser
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