pub struct ImportAtRule {
pub url: SpecifiedUrl,
pub media_list: MediaList,
}
Expand description
The @import
at-rule.
Fields§
§url: SpecifiedUrl
The <url>
this @import
rule is loading.
media_list: MediaList
Trait Implementations§
Source§impl Clone for ImportAtRule
impl Clone for ImportAtRule
Source§fn clone(&self) -> ImportAtRule
fn clone(&self) -> ImportAtRule
Returns a duplicate of the value. Read more
1.0.0 · 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 ImportAtRule
impl Debug for ImportAtRule
Auto Trait Implementations§
impl Freeze for ImportAtRule
impl RefUnwindSafe for ImportAtRule
impl !Send for ImportAtRule
impl !Sync for ImportAtRule
impl Unpin for ImportAtRule
impl UnwindSafe for ImportAtRule
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