pub struct SelectorCombinatorParameters {
pub operation: SelectorCombinatorParameterOperation,
}Fields§
§operation: SelectorCombinatorParameterOperationTrait Implementations§
Source§impl Clone for SelectorCombinatorParameters
impl Clone for SelectorCombinatorParameters
Source§fn clone(&self) -> SelectorCombinatorParameters
fn clone(&self) -> SelectorCombinatorParameters
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 moreimpl Copy for SelectorCombinatorParameters
Source§impl Debug for SelectorCombinatorParameters
impl Debug for SelectorCombinatorParameters
Source§impl Default for SelectorCombinatorParameters
impl Default for SelectorCombinatorParameters
Source§fn default() -> SelectorCombinatorParameters
fn default() -> SelectorCombinatorParameters
Returns the “default value” for a type. Read more
impl StructuralPartialEq for SelectorCombinatorParameters
Auto Trait Implementations§
impl Freeze for SelectorCombinatorParameters
impl RefUnwindSafe for SelectorCombinatorParameters
impl Send for SelectorCombinatorParameters
impl Sync for SelectorCombinatorParameters
impl Unpin for SelectorCombinatorParameters
impl UnsafeUnpin for SelectorCombinatorParameters
impl UnwindSafe for SelectorCombinatorParameters
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