pub struct SetSupportsTextReturns<'a> { /* private fields */ }Expand description
Modifies the expression of a supports at-rule.
Implementations§
Source§impl<'a> SetSupportsTextReturns<'a>
impl<'a> SetSupportsTextReturns<'a>
pub fn builder(supports: CSSSupports<'a>) -> SetSupportsTextReturnsBuilder<'a>
pub fn supports(&self) -> &CSSSupports<'a>
Trait Implementations§
Source§impl<'a> Clone for SetSupportsTextReturns<'a>
impl<'a> Clone for SetSupportsTextReturns<'a>
Source§fn clone(&self) -> SetSupportsTextReturns<'a>
fn clone(&self) -> SetSupportsTextReturns<'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 SetSupportsTextReturns<'a>
impl<'a> Debug for SetSupportsTextReturns<'a>
Source§impl<'a> Default for SetSupportsTextReturns<'a>
impl<'a> Default for SetSupportsTextReturns<'a>
Source§fn default() -> SetSupportsTextReturns<'a>
fn default() -> SetSupportsTextReturns<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for SetSupportsTextReturns<'a>
impl<'de, 'a> Deserialize<'de> for SetSupportsTextReturns<'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 SetSupportsTextReturns<'a>
impl<'a> RefUnwindSafe for SetSupportsTextReturns<'a>
impl<'a> Send for SetSupportsTextReturns<'a>
impl<'a> Sync for SetSupportsTextReturns<'a>
impl<'a> Unpin for SetSupportsTextReturns<'a>
impl<'a> UnsafeUnpin for SetSupportsTextReturns<'a>
impl<'a> UnwindSafe for SetSupportsTextReturns<'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