pub struct FileFamilyRule {
pub id: String,
pub family: String,
pub glob: String,
pub reason: String,
}Fields§
§id: StringStable identifier for the repository-owned classification rule.
family: StringCanonical family code emitted by the file-surface classifier.
glob: StringSource-tree-relative bounded glob matched by the rule.
reason: StringHuman rationale for retaining the repository-owned rule.
Trait Implementations§
Source§impl Clone for FileFamilyRule
impl Clone for FileFamilyRule
Source§fn clone(&self) -> FileFamilyRule
fn clone(&self) -> FileFamilyRule
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 FileFamilyRule
impl Debug for FileFamilyRule
impl Eq for FileFamilyRule
Source§impl PartialEq for FileFamilyRule
impl PartialEq for FileFamilyRule
impl StructuralPartialEq for FileFamilyRule
Auto Trait Implementations§
impl Freeze for FileFamilyRule
impl RefUnwindSafe for FileFamilyRule
impl Send for FileFamilyRule
impl Sync for FileFamilyRule
impl Unpin for FileFamilyRule
impl UnsafeUnpin for FileFamilyRule
impl UnwindSafe for FileFamilyRule
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