pub struct BaselineProfile;Expand description
Baseline profile checking generic Schema.org quality signals.
Trait Implementations§
Source§impl Profile for BaselineProfile
impl Profile for BaselineProfile
Source§fn version(&self) -> &'static str
fn version(&self) -> &'static str
Profile version – date-based to track when rules were last verified
against the platform’s documentation.
Source§fn source_url(&self) -> &'static str
fn source_url(&self) -> &'static str
Source documentation URL.
Source§fn supported_types(&self) -> &[&str]
fn supported_types(&self) -> &[&str]
Which Schema.org types does this profile cover? Read more
Source§fn evaluate_node(
&self,
node: &SchemaNode,
_vocab_diagnostics: &[ValidationDiagnostic],
) -> NodeProfileResult
fn evaluate_node( &self, node: &SchemaNode, _vocab_diagnostics: &[ValidationDiagnostic], ) -> NodeProfileResult
Evaluate a single node against this profile’s rules. Read more
Auto Trait Implementations§
impl Freeze for BaselineProfile
impl RefUnwindSafe for BaselineProfile
impl Send for BaselineProfile
impl Sync for BaselineProfile
impl Unpin for BaselineProfile
impl UnsafeUnpin for BaselineProfile
impl UnwindSafe for BaselineProfile
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