pub struct Selects {
pub children: Vec<Select>,
pub media_queries: Vec<MediaQuery>,
pub variables: Vec<Variable>,
}
Fields§
§children: Vec<Select>
§media_queries: Vec<MediaQuery>
§variables: Vec<Variable>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Selects
impl RefUnwindSafe for Selects
impl Send for Selects
impl Sync for Selects
impl Unpin for Selects
impl UnwindSafe for Selects
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