Struct chrome_remote_interface_model::css::CssMediaBuilder [−][src]
Implementations
impl CssMediaBuilder[src]
pub fn text(&mut self, v: String) -> &mut Self[src]
Media query text.
pub fn source(&mut self, v: CssMediaSource) -> &mut Self[src]
Source of the media query: "mediaRule" if specified by a @media rule, "importRule" if specified by an @import rule, "linkedSheet" if specified by a "media" attribute in a linked stylesheet's LINK tag, "inlineSheet" if specified by a "media" attribute in an inline stylesheet's STYLE tag.
pub fn source_url(&mut self, v: String) -> &mut Self[src]
URL of the document containing the media query description.
pub fn range(&mut self, v: SourceRange) -> &mut Self[src]
The associated rule (@media or @import) header range in the enclosing stylesheet (if available).
pub fn style_sheet_id(&mut self, v: StyleSheetId) -> &mut Self[src]
Identifier of the stylesheet containing this object (if exists).
pub fn media_list(&mut self, v: Vec<MediaQuery>) -> &mut Self[src]
Array of media queries.
pub fn build(&mut self) -> Result<CssMedia, &'static str>[src]
Trait Implementations
impl Clone for CssMediaBuilder[src]
fn clone(&self) -> CssMediaBuilder[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for CssMediaBuilder[src]
impl Default for CssMediaBuilder[src]
Auto Trait Implementations
impl RefUnwindSafe for CssMediaBuilder[src]
impl Send for CssMediaBuilder[src]
impl Sync for CssMediaBuilder[src]
impl Unpin for CssMediaBuilder[src]
impl UnwindSafe for CssMediaBuilder[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,