pub struct DslHit {
pub source: Value,
pub sort: Option<Vec<Value>>,
}Fields§
§source: Value§sort: Option<Vec<Value>>Trait Implementations§
impl StructuralPartialEq for DslHit
Auto Trait Implementations§
impl Freeze for DslHit
impl RefUnwindSafe for DslHit
impl Send for DslHit
impl Sync for DslHit
impl Unpin for DslHit
impl UnsafeUnpin for DslHit
impl UnwindSafe for DslHit
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