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