pub struct FeedbackStats { /* private fields */ }Expand description
Feedback statistics.
Trait Implementations§
Source§impl Clone for FeedbackStats
impl Clone for FeedbackStats
Source§fn clone(&self) -> FeedbackStats
fn clone(&self) -> FeedbackStats
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 FeedbackStats
impl Debug for FeedbackStats
Source§impl Default for FeedbackStats
impl Default for FeedbackStats
Source§impl<'de> Deserialize<'de> for FeedbackStats
impl<'de> Deserialize<'de> for FeedbackStats
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
Auto Trait Implementations§
impl Freeze for FeedbackStats
impl RefUnwindSafe for FeedbackStats
impl Send for FeedbackStats
impl Sync for FeedbackStats
impl Unpin for FeedbackStats
impl UnsafeUnpin for FeedbackStats
impl UnwindSafe for FeedbackStats
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