pub struct ForbiddenMatch {
pub line: String,
pub pattern: String,
}Expand description
A forbidden pattern match found in a patch.
Fields§
§line: String§pattern: StringTrait Implementations§
Source§impl Clone for ForbiddenMatch
impl Clone for ForbiddenMatch
Source§fn clone(&self) -> ForbiddenMatch
fn clone(&self) -> ForbiddenMatch
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 moreAuto Trait Implementations§
impl Freeze for ForbiddenMatch
impl RefUnwindSafe for ForbiddenMatch
impl Send for ForbiddenMatch
impl Sync for ForbiddenMatch
impl Unpin for ForbiddenMatch
impl UnsafeUnpin for ForbiddenMatch
impl UnwindSafe for ForbiddenMatch
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