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