pub struct StrictReviewConfig {
pub arbiter_harness: ReviewerHarness,
pub arbiter_model: String,
pub arbiter_effort: Effort,
}Fields§
§arbiter_harness: ReviewerHarness§arbiter_model: String§arbiter_effort: EffortTrait Implementations§
Source§impl Clone for StrictReviewConfig
impl Clone for StrictReviewConfig
Source§fn clone(&self) -> StrictReviewConfig
fn clone(&self) -> StrictReviewConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StrictReviewConfig
impl Debug for StrictReviewConfig
impl Eq for StrictReviewConfig
Source§impl PartialEq for StrictReviewConfig
impl PartialEq for StrictReviewConfig
Source§fn eq(&self, other: &StrictReviewConfig) -> bool
fn eq(&self, other: &StrictReviewConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StrictReviewConfig
Auto Trait Implementations§
impl Freeze for StrictReviewConfig
impl RefUnwindSafe for StrictReviewConfig
impl Send for StrictReviewConfig
impl Sync for StrictReviewConfig
impl Unpin for StrictReviewConfig
impl UnsafeUnpin for StrictReviewConfig
impl UnwindSafe for StrictReviewConfig
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