pub struct BotFilter { /* private fields */ }Available on crate feature
vcs-git only.Expand description
Matches author identities against a bot-exclusion pattern.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BotFilter
impl RefUnwindSafe for BotFilter
impl Send for BotFilter
impl Sync for BotFilter
impl Unpin for BotFilter
impl UnsafeUnpin for BotFilter
impl UnwindSafe for BotFilter
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