pub struct MaterialYouResponse {
pub supported: bool,
pub api_level: i32,
pub palettes: Palettes,
}Fields§
§supported: bool§api_level: i32§palettes: PalettesTrait Implementations§
Source§impl Clone for MaterialYouResponse
impl Clone for MaterialYouResponse
Source§fn clone(&self) -> MaterialYouResponse
fn clone(&self) -> MaterialYouResponse
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 MaterialYouResponse
impl Debug for MaterialYouResponse
Source§impl<'de> Deserialize<'de> for MaterialYouResponse
impl<'de> Deserialize<'de> for MaterialYouResponse
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
Auto Trait Implementations§
impl Freeze for MaterialYouResponse
impl RefUnwindSafe for MaterialYouResponse
impl Send for MaterialYouResponse
impl Sync for MaterialYouResponse
impl Unpin for MaterialYouResponse
impl UnwindSafe for MaterialYouResponse
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