pub struct ValidateSwrlRuleResult {
pub diagnostics: Vec<SwrlDiagnostic>,
}Fields§
§diagnostics: Vec<SwrlDiagnostic>Trait Implementations§
Source§impl Debug for ValidateSwrlRuleResult
impl Debug for ValidateSwrlRuleResult
Auto Trait Implementations§
impl Freeze for ValidateSwrlRuleResult
impl RefUnwindSafe for ValidateSwrlRuleResult
impl Send for ValidateSwrlRuleResult
impl Sync for ValidateSwrlRuleResult
impl Unpin for ValidateSwrlRuleResult
impl UnsafeUnpin for ValidateSwrlRuleResult
impl UnwindSafe for ValidateSwrlRuleResult
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