pub enum RecommendationScopeDto {
GeneralDay,
}Variants§
GeneralDay
Trait Implementations§
Source§impl Clone for RecommendationScopeDto
impl Clone for RecommendationScopeDto
Source§fn clone(&self) -> RecommendationScopeDto
fn clone(&self) -> RecommendationScopeDto
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 RecommendationScopeDto
impl Debug for RecommendationScopeDto
Source§impl<'de> Deserialize<'de> for RecommendationScopeDto
impl<'de> Deserialize<'de> for RecommendationScopeDto
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<RecommendationScope> for RecommendationScopeDto
impl From<RecommendationScope> for RecommendationScopeDto
Source§fn from(value: RecommendationScope) -> Self
fn from(value: RecommendationScope) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RecommendationScopeDto
impl PartialEq for RecommendationScopeDto
Source§impl Serialize for RecommendationScopeDto
impl Serialize for RecommendationScopeDto
impl Copy for RecommendationScopeDto
impl Eq for RecommendationScopeDto
impl StructuralPartialEq for RecommendationScopeDto
Auto Trait Implementations§
impl Freeze for RecommendationScopeDto
impl RefUnwindSafe for RecommendationScopeDto
impl Send for RecommendationScopeDto
impl Sync for RecommendationScopeDto
impl Unpin for RecommendationScopeDto
impl UnsafeUnpin for RecommendationScopeDto
impl UnwindSafe for RecommendationScopeDto
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