pub struct CssQueryFeatureReverseRangeFields {
pub left: SyntaxResult<AnyCssQueryFeatureValue>,
pub comparison: SyntaxResult<CssQueryFeatureRangeComparison>,
pub right: SyntaxResult<CssIdentifier>,
}Fields§
§left: SyntaxResult<AnyCssQueryFeatureValue>§comparison: SyntaxResult<CssQueryFeatureRangeComparison>§right: SyntaxResult<CssIdentifier>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CssQueryFeatureReverseRangeFields
impl RefUnwindSafe for CssQueryFeatureReverseRangeFields
impl !Send for CssQueryFeatureReverseRangeFields
impl !Sync for CssQueryFeatureReverseRangeFields
impl Unpin for CssQueryFeatureReverseRangeFields
impl UnwindSafe for CssQueryFeatureReverseRangeFields
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