pub struct WebsurfxMetadata {
pub engine_errors_info: Vec<WebsurfxEngineError>,
pub disallowed: bool,
pub filtered: bool,
pub safe_search_level: u8,
pub no_engines_selected: bool,
}Fields§
§engine_errors_info: Vec<WebsurfxEngineError>§disallowed: bool§filtered: bool§safe_search_level: u8§no_engines_selected: boolTrait Implementations§
Source§impl Clone for WebsurfxMetadata
impl Clone for WebsurfxMetadata
Source§fn clone(&self) -> WebsurfxMetadata
fn clone(&self) -> WebsurfxMetadata
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WebsurfxMetadata
impl Debug for WebsurfxMetadata
impl Eq for WebsurfxMetadata
Source§impl PartialEq for WebsurfxMetadata
impl PartialEq for WebsurfxMetadata
impl StructuralPartialEq for WebsurfxMetadata
Auto Trait Implementations§
impl Freeze for WebsurfxMetadata
impl RefUnwindSafe for WebsurfxMetadata
impl Send for WebsurfxMetadata
impl Sync for WebsurfxMetadata
impl Unpin for WebsurfxMetadata
impl UnsafeUnpin for WebsurfxMetadata
impl UnwindSafe for WebsurfxMetadata
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