pub struct LegacyReview {
pub watched: LegacyModel,
pub reviewer: LegacyModel,
}Expand description
Legacy single watched/reviewer pair (pre-adversarial-pairs config).
Fields§
§watched: LegacyModel§reviewer: LegacyModelTrait Implementations§
Source§impl Clone for LegacyReview
impl Clone for LegacyReview
Source§fn clone(&self) -> LegacyReview
fn clone(&self) -> LegacyReview
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 LegacyReview
impl Debug for LegacyReview
Source§impl<'de> Deserialize<'de> for LegacyReview
impl<'de> Deserialize<'de> for LegacyReview
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 LegacyReview
Source§impl PartialEq for LegacyReview
impl PartialEq for LegacyReview
Source§fn eq(&self, other: &LegacyReview) -> bool
fn eq(&self, other: &LegacyReview) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LegacyReview
impl Serialize for LegacyReview
impl StructuralPartialEq for LegacyReview
Auto Trait Implementations§
impl Freeze for LegacyReview
impl RefUnwindSafe for LegacyReview
impl Send for LegacyReview
impl Sync for LegacyReview
impl Unpin for LegacyReview
impl UnsafeUnpin for LegacyReview
impl UnwindSafe for LegacyReview
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