pub struct BranchNameValidator;
Expand description
Specific validators for different types of input
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BranchNameValidator
impl RefUnwindSafe for BranchNameValidator
impl Send for BranchNameValidator
impl Sync for BranchNameValidator
impl Unpin for BranchNameValidator
impl UnwindSafe for BranchNameValidator
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