pub struct DraftReviewAndValidationResponseV2 {
pub draft_response: DraftResponseV2,
pub validation: PolicyValidationV2,
}Expand description
DraftReviewAndValidationResponseV2 : Draft validation
Fields§
§draft_response: DraftResponseV2§validation: PolicyValidationV2Implementations§
Source§impl DraftReviewAndValidationResponseV2
impl DraftReviewAndValidationResponseV2
Sourcepub fn new(
draft_response: DraftResponseV2,
validation: PolicyValidationV2,
) -> DraftReviewAndValidationResponseV2
pub fn new( draft_response: DraftResponseV2, validation: PolicyValidationV2, ) -> DraftReviewAndValidationResponseV2
Draft validation
Trait Implementations§
Source§impl Clone for DraftReviewAndValidationResponseV2
impl Clone for DraftReviewAndValidationResponseV2
Source§fn clone(&self) -> DraftReviewAndValidationResponseV2
fn clone(&self) -> DraftReviewAndValidationResponseV2
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for DraftReviewAndValidationResponseV2
impl Default for DraftReviewAndValidationResponseV2
Source§fn default() -> DraftReviewAndValidationResponseV2
fn default() -> DraftReviewAndValidationResponseV2
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DraftReviewAndValidationResponseV2
impl<'de> Deserialize<'de> for DraftReviewAndValidationResponseV2
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
Source§impl PartialEq for DraftReviewAndValidationResponseV2
impl PartialEq for DraftReviewAndValidationResponseV2
Source§fn eq(&self, other: &DraftReviewAndValidationResponseV2) -> bool
fn eq(&self, other: &DraftReviewAndValidationResponseV2) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DraftReviewAndValidationResponseV2
Auto Trait Implementations§
impl Freeze for DraftReviewAndValidationResponseV2
impl RefUnwindSafe for DraftReviewAndValidationResponseV2
impl Send for DraftReviewAndValidationResponseV2
impl Sync for DraftReviewAndValidationResponseV2
impl Unpin for DraftReviewAndValidationResponseV2
impl UnwindSafe for DraftReviewAndValidationResponseV2
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