pub enum RecommendationSeverityDto {
Primary,
Supporting,
Override,
}Variants§
Trait Implementations§
Source§impl Clone for RecommendationSeverityDto
impl Clone for RecommendationSeverityDto
Source§fn clone(&self) -> RecommendationSeverityDto
fn clone(&self) -> RecommendationSeverityDto
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RecommendationSeverityDto
impl Debug for RecommendationSeverityDto
Source§impl<'de> Deserialize<'de> for RecommendationSeverityDto
impl<'de> Deserialize<'de> for RecommendationSeverityDto
Source§fn 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
Source§impl From<RecommendationSeverity> for RecommendationSeverityDto
impl From<RecommendationSeverity> for RecommendationSeverityDto
Source§fn from(value: RecommendationSeverity) -> Self
fn from(value: RecommendationSeverity) -> Self
Converts to this type from the input type.
impl Copy for RecommendationSeverityDto
impl Eq for RecommendationSeverityDto
impl StructuralPartialEq for RecommendationSeverityDto
Auto Trait Implementations§
impl Freeze for RecommendationSeverityDto
impl RefUnwindSafe for RecommendationSeverityDto
impl Send for RecommendationSeverityDto
impl Sync for RecommendationSeverityDto
impl Unpin for RecommendationSeverityDto
impl UnsafeUnpin for RecommendationSeverityDto
impl UnwindSafe for RecommendationSeverityDto
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more