pub struct KaizenRef {
pub project: String,
pub file: String,
pub line: u32,
pub pattern: String,
}Expand description
A KAIZEN-NNN or C-UPPER-DIGITS reference in code or commits.
Fields§
§project: String§file: String§line: u32§pattern: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for KaizenRef
impl<'de> Deserialize<'de> for KaizenRef
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
Auto Trait Implementations§
impl Freeze for KaizenRef
impl RefUnwindSafe for KaizenRef
impl Send for KaizenRef
impl Sync for KaizenRef
impl Unpin for KaizenRef
impl UnsafeUnpin for KaizenRef
impl UnwindSafe for KaizenRef
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