pub struct SetSupportsTextResult {
pub supports: CssSupports,
}Fields§
§supports: CssSupportsThe resulting CSS Supports rule after modification.
Trait Implementations§
Source§impl Clone for SetSupportsTextResult
impl Clone for SetSupportsTextResult
Source§fn clone(&self) -> SetSupportsTextResult
fn clone(&self) -> SetSupportsTextResult
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 SetSupportsTextResult
impl Debug for SetSupportsTextResult
Source§impl<'de> Deserialize<'de> for SetSupportsTextResult
impl<'de> Deserialize<'de> for SetSupportsTextResult
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
Source§impl PartialEq for SetSupportsTextResult
impl PartialEq for SetSupportsTextResult
Source§impl Serialize for SetSupportsTextResult
impl Serialize for SetSupportsTextResult
Source§impl TryFrom<Value> for SetSupportsTextResult
impl TryFrom<Value> for SetSupportsTextResult
impl StructuralPartialEq for SetSupportsTextResult
Auto Trait Implementations§
impl Freeze for SetSupportsTextResult
impl RefUnwindSafe for SetSupportsTextResult
impl Send for SetSupportsTextResult
impl Sync for SetSupportsTextResult
impl Unpin for SetSupportsTextResult
impl UnsafeUnpin for SetSupportsTextResult
impl UnwindSafe for SetSupportsTextResult
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