[−][src]Struct ofdb_entities::rating::AvgRatingValue
Implementations
impl AvgRatingValue[src]
pub const fn min() -> Self[src]
pub const fn max() -> Self[src]
pub fn clamp(self) -> Self[src]
pub fn is_valid(self) -> bool[src]
Trait Implementations
impl Add<AvgRatingValue> for AvgRatingValue[src]
type Output = Self
The resulting type after applying the + operator.
fn add(self, rhs: Self) -> Self[src]
impl AddAssign<AvgRatingValue> for AvgRatingValue[src]
fn add_assign(&mut self, rhs: Self)[src]
impl Clone for AvgRatingValue[src]
fn clone(&self) -> AvgRatingValue[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for AvgRatingValue[src]
impl Debug for AvgRatingValue[src]
impl Default for AvgRatingValue[src]
fn default() -> AvgRatingValue[src]
impl Div<f64> for AvgRatingValue[src]
type Output = Self
The resulting type after applying the / operator.
fn div(self, rhs: f64) -> Self[src]
impl DivAssign<f64> for AvgRatingValue[src]
fn div_assign(&mut self, rhs: f64)[src]
impl From<AvgRatingValue> for f64[src]
fn from(from: AvgRatingValue) -> Self[src]
impl From<RatingValue> for AvgRatingValue[src]
fn from(from: RatingValue) -> Self[src]
impl From<f64> for AvgRatingValue[src]
impl PartialEq<AvgRatingValue> for AvgRatingValue[src]
fn eq(&self, other: &AvgRatingValue) -> bool[src]
fn ne(&self, other: &AvgRatingValue) -> bool[src]
impl PartialOrd<AvgRatingValue> for AvgRatingValue[src]
fn partial_cmp(&self, other: &AvgRatingValue) -> Option<Ordering>[src]
fn lt(&self, other: &AvgRatingValue) -> bool[src]
fn le(&self, other: &AvgRatingValue) -> bool[src]
fn gt(&self, other: &AvgRatingValue) -> bool[src]
fn ge(&self, other: &AvgRatingValue) -> bool[src]
impl StructuralPartialEq for AvgRatingValue[src]
Auto Trait Implementations
impl RefUnwindSafe for AvgRatingValue
impl Send for AvgRatingValue
impl Sync for AvgRatingValue
impl Unpin for AvgRatingValue
impl UnwindSafe for AvgRatingValue
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,