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