pub struct CodeOwnersValidation {
pub violations: Vec<CodeOwnersViolation>,
}Fields§
§violations: Vec<CodeOwnersViolation>Implementations§
Source§impl CodeOwnersValidation
impl CodeOwnersValidation
pub fn new(violations: Vec<CodeOwnersViolation>) -> CodeOwnersValidation
Trait Implementations§
Source§impl Clone for CodeOwnersValidation
impl Clone for CodeOwnersValidation
Source§fn clone(&self) -> CodeOwnersValidation
fn clone(&self) -> CodeOwnersValidation
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 CodeOwnersValidation
impl Debug for CodeOwnersValidation
Source§impl Default for CodeOwnersValidation
impl Default for CodeOwnersValidation
Source§fn default() -> CodeOwnersValidation
fn default() -> CodeOwnersValidation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CodeOwnersValidation
impl<'de> Deserialize<'de> for CodeOwnersValidation
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
Source§impl PartialEq for CodeOwnersValidation
impl PartialEq for CodeOwnersValidation
Source§impl Serialize for CodeOwnersValidation
impl Serialize for CodeOwnersValidation
impl StructuralPartialEq for CodeOwnersValidation
Auto Trait Implementations§
impl Freeze for CodeOwnersValidation
impl RefUnwindSafe for CodeOwnersValidation
impl Send for CodeOwnersValidation
impl Sync for CodeOwnersValidation
impl Unpin for CodeOwnersValidation
impl UnwindSafe for CodeOwnersValidation
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