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