pub struct ShadowEvaluationWindowV1 {
pub training_start: String,
pub training_end: String,
pub evaluation_start: String,
pub evaluation_end: String,
pub held_out_input_digest: String,
}Fields§
§training_start: String§training_end: String§evaluation_start: String§evaluation_end: String§held_out_input_digest: StringImplementations§
Trait Implementations§
Source§impl Clone for ShadowEvaluationWindowV1
impl Clone for ShadowEvaluationWindowV1
Source§fn clone(&self) -> ShadowEvaluationWindowV1
fn clone(&self) -> ShadowEvaluationWindowV1
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 ShadowEvaluationWindowV1
impl Debug for ShadowEvaluationWindowV1
Source§impl<'de> Deserialize<'de> for ShadowEvaluationWindowV1
impl<'de> Deserialize<'de> for ShadowEvaluationWindowV1
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 ShadowEvaluationWindowV1
Source§impl PartialEq for ShadowEvaluationWindowV1
impl PartialEq for ShadowEvaluationWindowV1
Source§impl Serialize for ShadowEvaluationWindowV1
impl Serialize for ShadowEvaluationWindowV1
impl StructuralPartialEq for ShadowEvaluationWindowV1
Auto Trait Implementations§
impl Freeze for ShadowEvaluationWindowV1
impl RefUnwindSafe for ShadowEvaluationWindowV1
impl Send for ShadowEvaluationWindowV1
impl Sync for ShadowEvaluationWindowV1
impl Unpin for ShadowEvaluationWindowV1
impl UnsafeUnpin for ShadowEvaluationWindowV1
impl UnwindSafe for ShadowEvaluationWindowV1
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.