pub struct StyleInfo {
pub class_name: String,
pub style_string: String,
}
Fields§
§class_name: String
§style_string: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StyleInfo
impl RefUnwindSafe for StyleInfo
impl Send for StyleInfo
impl Sync for StyleInfo
impl Unpin for StyleInfo
impl UnwindSafe for StyleInfo
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