pub struct CommitHashValidator;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommitHashValidator
impl RefUnwindSafe for CommitHashValidator
impl Send for CommitHashValidator
impl Sync for CommitHashValidator
impl Unpin for CommitHashValidator
impl UnwindSafe for CommitHashValidator
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