pub struct WebsurfxEngineError {
pub error: String,
pub engine: String,
pub severity_color: String,
}Fields§
§error: String§engine: String§severity_color: StringTrait Implementations§
Source§impl Clone for WebsurfxEngineError
impl Clone for WebsurfxEngineError
Source§fn clone(&self) -> WebsurfxEngineError
fn clone(&self) -> WebsurfxEngineError
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 WebsurfxEngineError
impl Debug for WebsurfxEngineError
Source§impl Default for WebsurfxEngineError
impl Default for WebsurfxEngineError
Source§fn default() -> WebsurfxEngineError
fn default() -> WebsurfxEngineError
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebsurfxEngineError
impl<'de> Deserialize<'de> for WebsurfxEngineError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for WebsurfxEngineError
Source§impl PartialEq for WebsurfxEngineError
impl PartialEq for WebsurfxEngineError
Source§impl Serialize for WebsurfxEngineError
impl Serialize for WebsurfxEngineError
impl StructuralPartialEq for WebsurfxEngineError
Auto Trait Implementations§
impl Freeze for WebsurfxEngineError
impl RefUnwindSafe for WebsurfxEngineError
impl Send for WebsurfxEngineError
impl Sync for WebsurfxEngineError
impl Unpin for WebsurfxEngineError
impl UnsafeUnpin for WebsurfxEngineError
impl UnwindSafe for WebsurfxEngineError
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