pub struct ArchitectureBoundaryPolicy {
pub immutable_prefixes: BTreeSet<String>,
pub mutable_prefixes: BTreeSet<String>,
}Fields§
§immutable_prefixes: BTreeSet<String>§mutable_prefixes: BTreeSet<String>Implementations§
Source§impl ArchitectureBoundaryPolicy
impl ArchitectureBoundaryPolicy
pub fn evaluate_paths<S: AsRef<str>>( &self, paths: &[S], ) -> ArchitectureGuardReport
Trait Implementations§
Source§impl Clone for ArchitectureBoundaryPolicy
impl Clone for ArchitectureBoundaryPolicy
Source§fn clone(&self) -> ArchitectureBoundaryPolicy
fn clone(&self) -> ArchitectureBoundaryPolicy
Returns a duplicate of the value. Read more
1.0.0 · 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 ArchitectureBoundaryPolicy
impl Debug for ArchitectureBoundaryPolicy
Source§impl Default for ArchitectureBoundaryPolicy
impl Default for ArchitectureBoundaryPolicy
Source§impl<'de> Deserialize<'de> for ArchitectureBoundaryPolicy
impl<'de> Deserialize<'de> for ArchitectureBoundaryPolicy
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 ArchitectureBoundaryPolicy
impl StructuralPartialEq for ArchitectureBoundaryPolicy
Auto Trait Implementations§
impl Freeze for ArchitectureBoundaryPolicy
impl RefUnwindSafe for ArchitectureBoundaryPolicy
impl Send for ArchitectureBoundaryPolicy
impl Sync for ArchitectureBoundaryPolicy
impl Unpin for ArchitectureBoundaryPolicy
impl UnsafeUnpin for ArchitectureBoundaryPolicy
impl UnwindSafe for ArchitectureBoundaryPolicy
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