pub struct FeedbackSummaryVerification { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for FeedbackSummaryVerification
impl Clone for FeedbackSummaryVerification
Source§fn clone(&self) -> FeedbackSummaryVerification
fn clone(&self) -> FeedbackSummaryVerification
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 FeedbackSummaryVerification
impl Debug for FeedbackSummaryVerification
Source§impl From<FeedbackSummaryVerification> for FeedbackSummaryVerification
impl From<FeedbackSummaryVerification> for FeedbackSummaryVerification
Source§fn from(value: FeedbackSummaryVerification) -> Self
fn from(value: FeedbackSummaryVerification) -> Self
Converts to this type from the input type.
Source§impl TryFrom<FeedbackSummaryVerification> for FeedbackSummaryVerification
impl TryFrom<FeedbackSummaryVerification> for FeedbackSummaryVerification
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: FeedbackSummaryVerification) -> Result<Self, ConversionError>
fn try_from(value: FeedbackSummaryVerification) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for FeedbackSummaryVerification
impl RefUnwindSafe for FeedbackSummaryVerification
impl Send for FeedbackSummaryVerification
impl Sync for FeedbackSummaryVerification
impl Unpin for FeedbackSummaryVerification
impl UnsafeUnpin for FeedbackSummaryVerification
impl UnwindSafe for FeedbackSummaryVerification
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