pub enum StyleSheetListTarget {
Document,
}Variants§
Document
Trait Implementations§
Source§impl Clone for StyleSheetListTarget
impl Clone for StyleSheetListTarget
Source§fn clone(&self) -> StyleSheetListTarget
fn clone(&self) -> StyleSheetListTarget
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 StyleSheetListTarget
impl Debug for StyleSheetListTarget
Source§impl Hash for StyleSheetListTarget
impl Hash for StyleSheetListTarget
Source§impl Ord for StyleSheetListTarget
impl Ord for StyleSheetListTarget
Source§fn cmp(&self, other: &StyleSheetListTarget) -> Ordering
fn cmp(&self, other: &StyleSheetListTarget) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StyleSheetListTarget
impl PartialEq for StyleSheetListTarget
Source§impl PartialOrd for StyleSheetListTarget
impl PartialOrd for StyleSheetListTarget
impl Eq for StyleSheetListTarget
impl StructuralPartialEq for StyleSheetListTarget
Auto Trait Implementations§
impl Freeze for StyleSheetListTarget
impl RefUnwindSafe for StyleSheetListTarget
impl Send for StyleSheetListTarget
impl Sync for StyleSheetListTarget
impl Unpin for StyleSheetListTarget
impl UnsafeUnpin for StyleSheetListTarget
impl UnwindSafe for StyleSheetListTarget
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