Struct ofdb_boundary::AvgRatingValue
source · [−]pub struct AvgRatingValue(_);Trait Implementations
sourceimpl<'de> Deserialize<'de> for AvgRatingValue
impl<'de> Deserialize<'de> for AvgRatingValue
sourcefn 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
sourceimpl From<AvgRatingValue> for AvgRatingValue
impl From<AvgRatingValue> for AvgRatingValue
sourcefn from(v: AvgRatingValue) -> Self
fn from(v: AvgRatingValue) -> Self
Converts to this type from the input type.
sourceimpl From<AvgRatingValue> for f64
impl From<AvgRatingValue> for f64
sourcefn from(from: AvgRatingValue) -> Self
fn from(from: AvgRatingValue) -> Self
Converts to this type from the input type.
sourceimpl From<f64> for AvgRatingValue
impl From<f64> for AvgRatingValue
sourceimpl Serialize for AvgRatingValue
impl Serialize for AvgRatingValue
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
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