Struct ofdb_entities::rating::AvgRatingValueBuilder
source · [−]pub struct AvgRatingValueBuilder { /* private fields */ }Implementations
sourceimpl AvgRatingValueBuilder
impl AvgRatingValueBuilder
pub fn build(self) -> AvgRatingValue
Trait Implementations
sourceimpl AddAssign<RatingValue> for AvgRatingValueBuilder
impl AddAssign<RatingValue> for AvgRatingValueBuilder
sourcefn add_assign(&mut self, rhs: RatingValue)
fn add_assign(&mut self, rhs: RatingValue)
Performs the += operation. Read more
sourceimpl Clone for AvgRatingValueBuilder
impl Clone for AvgRatingValueBuilder
sourcefn clone(&self) -> AvgRatingValueBuilder
fn clone(&self) -> AvgRatingValueBuilder
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AvgRatingValueBuilder
impl Debug for AvgRatingValueBuilder
sourceimpl Default for AvgRatingValueBuilder
impl Default for AvgRatingValueBuilder
sourcefn default() -> AvgRatingValueBuilder
fn default() -> AvgRatingValueBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AvgRatingValueBuilder
impl Send for AvgRatingValueBuilder
impl Sync for AvgRatingValueBuilder
impl Unpin for AvgRatingValueBuilder
impl UnwindSafe for AvgRatingValueBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more