pub struct committerEmailPattern;
Trait Implementations§
Source§impl Field for committerEmailPattern
impl Field for committerEmailPattern
impl HasInputField<committerEmailPattern, Option<CommitterEmailPatternParametersInput>> for RuleParametersInput
Auto Trait Implementations§
impl Freeze for committerEmailPattern
impl RefUnwindSafe for committerEmailPattern
impl Send for committerEmailPattern
impl Sync for committerEmailPattern
impl Unpin for committerEmailPattern
impl UnwindSafe for committerEmailPattern
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