pub struct CascadeRefinementContextV0 {
pub supports_condition: Option<String>,
pub scope_root_selector: Option<String>,
pub layer_name: Option<String>,
pub closed_bundle: bool,
}Fields§
§supports_condition: Option<String>§scope_root_selector: Option<String>§layer_name: Option<String>§closed_bundle: boolTrait Implementations§
Source§impl Clone for CascadeRefinementContextV0
impl Clone for CascadeRefinementContextV0
Source§fn clone(&self) -> CascadeRefinementContextV0
fn clone(&self) -> CascadeRefinementContextV0
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 CascadeRefinementContextV0
impl Debug for CascadeRefinementContextV0
Source§impl Default for CascadeRefinementContextV0
impl Default for CascadeRefinementContextV0
impl Eq for CascadeRefinementContextV0
Source§impl PartialEq for CascadeRefinementContextV0
impl PartialEq for CascadeRefinementContextV0
Source§fn eq(&self, other: &CascadeRefinementContextV0) -> bool
fn eq(&self, other: &CascadeRefinementContextV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CascadeRefinementContextV0
Auto Trait Implementations§
impl Freeze for CascadeRefinementContextV0
impl RefUnwindSafe for CascadeRefinementContextV0
impl Send for CascadeRefinementContextV0
impl Sync for CascadeRefinementContextV0
impl Unpin for CascadeRefinementContextV0
impl UnsafeUnpin for CascadeRefinementContextV0
impl UnwindSafe for CascadeRefinementContextV0
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