pub struct ActiveRecommendationPackDto {
pub pack_id: String,
pub version: String,
pub source_family: String,
pub mode: String,
}Fields§
§pack_id: String§version: String§source_family: String§mode: StringTrait Implementations§
Source§impl Clone for ActiveRecommendationPackDto
impl Clone for ActiveRecommendationPackDto
Source§fn clone(&self) -> ActiveRecommendationPackDto
fn clone(&self) -> ActiveRecommendationPackDto
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 ActiveRecommendationPackDto
impl Debug for ActiveRecommendationPackDto
Source§impl<'de> Deserialize<'de> for ActiveRecommendationPackDto
impl<'de> Deserialize<'de> for ActiveRecommendationPackDto
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<&ActiveRecommendationPack> for ActiveRecommendationPackDto
impl From<&ActiveRecommendationPack> for ActiveRecommendationPackDto
Source§fn from(value: &ActiveRecommendationPack) -> Self
fn from(value: &ActiveRecommendationPack) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ActiveRecommendationPackDto
impl RefUnwindSafe for ActiveRecommendationPackDto
impl Send for ActiveRecommendationPackDto
impl Sync for ActiveRecommendationPackDto
impl Unpin for ActiveRecommendationPackDto
impl UnsafeUnpin for ActiveRecommendationPackDto
impl UnwindSafe for ActiveRecommendationPackDto
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