pub struct IQuery(/* private fields */);
Expand description
An encoder for IRI query.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IQuery
impl RefUnwindSafe for IQuery
impl Send for IQuery
impl Sync for IQuery
impl Unpin for IQuery
impl UnwindSafe for IQuery
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