pub struct CCHQuery { /* private fields */ }Trait Implementations§
Source§impl ExternType for CCHQuery
impl ExternType for CCHQuery
impl Send for CCHQuery
impl UniquePtrTarget for CCHQuery
Auto Trait Implementations§
impl !Freeze for CCHQuery
impl !Sync for CCHQuery
impl !Unpin for CCHQuery
impl RefUnwindSafe for CCHQuery
impl UnsafeUnpin for CCHQuery
impl UnwindSafe for CCHQuery
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