Enum ofdb_boundary::RatingContext
source · [−]pub enum RatingContext {
Diversity,
Renewable,
Fairness,
Humanity,
Transparency,
Solidarity,
}Variants
Diversity
Renewable
Fairness
Humanity
Transparency
Solidarity
Trait Implementations
sourceimpl<'de> Deserialize<'de> for RatingContext
impl<'de> Deserialize<'de> for RatingContext
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<RatingContext> for RatingContext
impl From<RatingContext> for RatingContext
sourcefn from(from: RatingContext) -> Self
fn from(from: RatingContext) -> Self
Converts to this type from the input type.
sourceimpl From<RatingContext> for RatingContext
impl From<RatingContext> for RatingContext
sourcefn from(from: RatingContext) -> Self
fn from(from: RatingContext) -> Self
Converts to this type from the input type.
sourceimpl Serialize for RatingContext
impl Serialize for RatingContext
Auto Trait Implementations
impl RefUnwindSafe for RatingContext
impl Send for RatingContext
impl Sync for RatingContext
impl Unpin for RatingContext
impl UnwindSafe for RatingContext
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