pub struct CodeOwnerRule {
pub pattern: String,
pub owners: Vec<String>,
pub original_path: String,
}
Fields§
§pattern: String
§owners: Vec<String>
§original_path: String
Trait Implementations§
Source§impl Clone for CodeOwnerRule
impl Clone for CodeOwnerRule
Source§fn clone(&self) -> CodeOwnerRule
fn clone(&self) -> CodeOwnerRule
Returns a copy 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 CodeOwnerRule
impl Debug for CodeOwnerRule
Source§impl PartialEq for CodeOwnerRule
impl PartialEq for CodeOwnerRule
impl Eq for CodeOwnerRule
impl StructuralPartialEq for CodeOwnerRule
Auto Trait Implementations§
impl Freeze for CodeOwnerRule
impl RefUnwindSafe for CodeOwnerRule
impl Send for CodeOwnerRule
impl Sync for CodeOwnerRule
impl Unpin for CodeOwnerRule
impl UnwindSafe for CodeOwnerRule
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