pub struct SwrlDiagnostic {
pub code: String,
pub severity: SwrlSeverity,
pub message: String,
}Fields§
§code: String§severity: SwrlSeverity§message: StringTrait Implementations§
Source§impl Clone for SwrlDiagnostic
impl Clone for SwrlDiagnostic
Source§fn clone(&self) -> SwrlDiagnostic
fn clone(&self) -> SwrlDiagnostic
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 SwrlDiagnostic
impl Debug for SwrlDiagnostic
Source§impl<'de> Deserialize<'de> for SwrlDiagnostic
impl<'de> Deserialize<'de> for SwrlDiagnostic
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 SwrlDiagnostic
Source§impl PartialEq for SwrlDiagnostic
impl PartialEq for SwrlDiagnostic
Source§impl Serialize for SwrlDiagnostic
impl Serialize for SwrlDiagnostic
impl StructuralPartialEq for SwrlDiagnostic
Auto Trait Implementations§
impl Freeze for SwrlDiagnostic
impl RefUnwindSafe for SwrlDiagnostic
impl Send for SwrlDiagnostic
impl Sync for SwrlDiagnostic
impl Unpin for SwrlDiagnostic
impl UnsafeUnpin for SwrlDiagnostic
impl UnwindSafe for SwrlDiagnostic
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