pub struct MoodCatalogResult {
pub presets: Vec<MoodPreset>,
pub apply_guide: String,
pub swap_preview: Option<MoodSwapPreview>,
}Fields§
§presets: Vec<MoodPreset>§apply_guide: String§swap_preview: Option<MoodSwapPreview>Trait Implementations§
Source§impl Clone for MoodCatalogResult
impl Clone for MoodCatalogResult
Source§fn clone(&self) -> MoodCatalogResult
fn clone(&self) -> MoodCatalogResult
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 moreAuto Trait Implementations§
impl Freeze for MoodCatalogResult
impl RefUnwindSafe for MoodCatalogResult
impl Send for MoodCatalogResult
impl Sync for MoodCatalogResult
impl Unpin for MoodCatalogResult
impl UnsafeUnpin for MoodCatalogResult
impl UnwindSafe for MoodCatalogResult
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