pub struct Suggestion {
pub query_name: Method,
pub query_method: String,
pub query_matcher: Matcher,
pub query_options: MatcherOptions,
pub variant: Variant,
pub warning: Option<String>,
}
Fields§
§query_name: Method
§query_method: String
§query_matcher: Matcher
§query_options: MatcherOptions
§variant: Variant
§warning: Option<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Suggestion
impl !RefUnwindSafe for Suggestion
impl !Send for Suggestion
impl !Sync for Suggestion
impl Unpin for Suggestion
impl !UnwindSafe for Suggestion
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