pub struct CSSStartingStyle<'a> { /* private fields */ }Expand description
CSS Starting Style at-rule descriptor.
Implementations§
Source§impl<'a> CSSStartingStyle<'a>
impl<'a> CSSStartingStyle<'a>
Sourcepub fn builder() -> CSSStartingStyleBuilder<'a>
pub fn builder() -> CSSStartingStyleBuilder<'a>
Creates a builder for this type.
Sourcepub fn range(&self) -> Option<&SourceRange>
pub fn range(&self) -> Option<&SourceRange>
The associated rule header range in the enclosing stylesheet (if available).
Sourcepub fn style_sheet_id(&self) -> Option<&StyleSheetId<'a>>
pub fn style_sheet_id(&self) -> Option<&StyleSheetId<'a>>
Identifier of the stylesheet containing this object (if exists).
Trait Implementations§
Source§impl<'a> Clone for CSSStartingStyle<'a>
impl<'a> Clone for CSSStartingStyle<'a>
Source§fn clone(&self) -> CSSStartingStyle<'a>
fn clone(&self) -> CSSStartingStyle<'a>
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<'a> Debug for CSSStartingStyle<'a>
impl<'a> Debug for CSSStartingStyle<'a>
Source§impl<'a> Default for CSSStartingStyle<'a>
impl<'a> Default for CSSStartingStyle<'a>
Source§fn default() -> CSSStartingStyle<'a>
fn default() -> CSSStartingStyle<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for CSSStartingStyle<'a>
impl<'de, 'a> Deserialize<'de> for CSSStartingStyle<'a>
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl<'a> Freeze for CSSStartingStyle<'a>
impl<'a> RefUnwindSafe for CSSStartingStyle<'a>
impl<'a> Send for CSSStartingStyle<'a>
impl<'a> Sync for CSSStartingStyle<'a>
impl<'a> Unpin for CSSStartingStyle<'a>
impl<'a> UnsafeUnpin for CSSStartingStyle<'a>
impl<'a> UnwindSafe for CSSStartingStyle<'a>
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