pub struct NumericalProfileRejection {
pub profile_id: NumericalProfileId,
pub stage: NumericalProfileRejectionStage,
pub reason: String,
}Fields§
§profile_id: NumericalProfileId§stage: NumericalProfileRejectionStage§reason: StringTrait Implementations§
Source§impl Clone for NumericalProfileRejection
impl Clone for NumericalProfileRejection
Source§fn clone(&self) -> NumericalProfileRejection
fn clone(&self) -> NumericalProfileRejection
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 NumericalProfileRejection
impl Debug for NumericalProfileRejection
Source§impl<'de> Deserialize<'de> for NumericalProfileRejection
impl<'de> Deserialize<'de> for NumericalProfileRejection
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 NumericalProfileRejection
impl StructuralPartialEq for NumericalProfileRejection
Auto Trait Implementations§
impl Freeze for NumericalProfileRejection
impl RefUnwindSafe for NumericalProfileRejection
impl Send for NumericalProfileRejection
impl Sync for NumericalProfileRejection
impl Unpin for NumericalProfileRejection
impl UnsafeUnpin for NumericalProfileRejection
impl UnwindSafe for NumericalProfileRejection
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