pub struct Search<A, C> {
pub query_key: Option<String>,
pub constraints: C,
pub attachments: A,
}
Fields§
§query_key: Option<String>
§constraints: C
§attachments: A
Trait Implementations§
Auto Trait Implementations§
impl<A, C> Freeze for Search<A, C>
impl<A, C> RefUnwindSafe for Search<A, C>where
C: RefUnwindSafe,
A: RefUnwindSafe,
impl<A, C> Send for Search<A, C>
impl<A, C> Sync for Search<A, C>
impl<A, C> Unpin for Search<A, C>
impl<A, C> UnwindSafe for Search<A, C>where
C: UnwindSafe,
A: UnwindSafe,
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