pub struct ConsistencyValidator;
Expand description
Gemini: Consistency validator
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConsistencyValidator
impl RefUnwindSafe for ConsistencyValidator
impl Send for ConsistencyValidator
impl Sync for ConsistencyValidator
impl Unpin for ConsistencyValidator
impl UnwindSafe for ConsistencyValidator
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