pub struct ReviewerConfig {
pub harness: String,
pub model: String,
pub allow_same_model: bool,
}Fields§
§harness: String§model: String§allow_same_model: boolImplementations§
Trait Implementations§
Source§impl Clone for ReviewerConfig
impl Clone for ReviewerConfig
Source§fn clone(&self) -> ReviewerConfig
fn clone(&self) -> ReviewerConfig
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 ReviewerConfig
impl Debug for ReviewerConfig
Source§impl<'de> Deserialize<'de> for ReviewerConfig
impl<'de> Deserialize<'de> for ReviewerConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ReviewerConfig
Source§impl PartialEq for ReviewerConfig
impl PartialEq for ReviewerConfig
Source§fn eq(&self, other: &ReviewerConfig) -> bool
fn eq(&self, other: &ReviewerConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ReviewerConfig
impl Serialize for ReviewerConfig
impl StructuralPartialEq for ReviewerConfig
Auto Trait Implementations§
impl Freeze for ReviewerConfig
impl RefUnwindSafe for ReviewerConfig
impl Send for ReviewerConfig
impl Sync for ReviewerConfig
impl Unpin for ReviewerConfig
impl UnsafeUnpin for ReviewerConfig
impl UnwindSafe for ReviewerConfig
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