pub struct FrameworkFacadeOnlyRule;Expand description
Denies app dependencies on framework internal areas.
Trait Implementations§
Source§impl Clone for FrameworkFacadeOnlyRule
impl Clone for FrameworkFacadeOnlyRule
Source§fn clone(&self) -> FrameworkFacadeOnlyRule
fn clone(&self) -> FrameworkFacadeOnlyRule
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 FrameworkFacadeOnlyRule
impl Debug for FrameworkFacadeOnlyRule
Source§impl Default for FrameworkFacadeOnlyRule
impl Default for FrameworkFacadeOnlyRule
Source§fn default() -> FrameworkFacadeOnlyRule
fn default() -> FrameworkFacadeOnlyRule
Returns the “default value” for a type. Read more
Source§impl PolicyRule for FrameworkFacadeOnlyRule
impl PolicyRule for FrameworkFacadeOnlyRule
Source§fn evaluate(
&self,
context: &PolicyContext<'_>,
) -> Result<Vec<Diagnostic>, RepoctlError>
fn evaluate( &self, context: &PolicyContext<'_>, ) -> Result<Vec<Diagnostic>, RepoctlError>
Evaluates the rule.
Auto Trait Implementations§
impl Freeze for FrameworkFacadeOnlyRule
impl RefUnwindSafe for FrameworkFacadeOnlyRule
impl Send for FrameworkFacadeOnlyRule
impl Sync for FrameworkFacadeOnlyRule
impl Unpin for FrameworkFacadeOnlyRule
impl UnsafeUnpin for FrameworkFacadeOnlyRule
impl UnwindSafe for FrameworkFacadeOnlyRule
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