Enum style::sharing::StyleSharingBehavior
[−]
[src]
pub enum StyleSharingBehavior { Allow, Disallow, }
Controls whether the style sharing cache is used.
Variants
Allow
Style sharing allowed.
Disallow
Style sharing disallowed.
Trait Implementations
impl Clone for StyleSharingBehavior
[src]
fn clone(&self) -> StyleSharingBehavior
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more