pub struct StyleProgram {
pub sheets: Vec<StyleSheet>,
}Fields§
§sheets: Vec<StyleSheet>Implementations§
Trait Implementations§
Source§impl Clone for StyleProgram
impl Clone for StyleProgram
Source§fn clone(&self) -> StyleProgram
fn clone(&self) -> StyleProgram
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StyleProgram
impl Debug for StyleProgram
Source§impl Default for StyleProgram
impl Default for StyleProgram
Source§fn default() -> StyleProgram
fn default() -> StyleProgram
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StyleProgram
impl RefUnwindSafe for StyleProgram
impl Send for StyleProgram
impl Sync for StyleProgram
impl Unpin for StyleProgram
impl UnsafeUnpin for StyleProgram
impl UnwindSafe for StyleProgram
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