pub struct ThemeResponse { /* private fields */ }Trait Implementations§
Source§impl Debug for ThemeResponse
impl Debug for ThemeResponse
Auto Trait Implementations§
impl Freeze for ThemeResponse
impl RefUnwindSafe for ThemeResponse
impl Send for ThemeResponse
impl Sync for ThemeResponse
impl Unpin for ThemeResponse
impl UnwindSafe for ThemeResponse
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