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