pub struct CssContainerQuery {
pub text: String,
pub range: Option<SourceRange>,
pub style_sheet_id: Option<StyleSheetId>,
pub name: Option<String>,
pub physical_axes: Option<PhysicalAxes>,
pub logical_axes: Option<LogicalAxes>,
pub queries_scroll_state: Option<bool>,
pub queries_anchored: Option<bool>,
}Fields§
§text: String§range: Option<SourceRange>§style_sheet_id: Option<StyleSheetId>§name: Option<String>§physical_axes: Option<PhysicalAxes>§logical_axes: Option<LogicalAxes>§queries_scroll_state: Option<bool>§queries_anchored: Option<bool>Trait Implementations§
Source§impl Clone for CssContainerQuery
impl Clone for CssContainerQuery
Source§fn clone(&self) -> CssContainerQuery
fn clone(&self) -> CssContainerQuery
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 CssContainerQuery
impl Debug for CssContainerQuery
Source§impl<'de> Deserialize<'de> for CssContainerQuery
impl<'de> Deserialize<'de> for CssContainerQuery
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 CssContainerQuery
impl PartialEq for CssContainerQuery
Source§impl Serialize for CssContainerQuery
impl Serialize for CssContainerQuery
impl StructuralPartialEq for CssContainerQuery
Auto Trait Implementations§
impl Freeze for CssContainerQuery
impl RefUnwindSafe for CssContainerQuery
impl Send for CssContainerQuery
impl Sync for CssContainerQuery
impl Unpin for CssContainerQuery
impl UnwindSafe for CssContainerQuery
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