pub struct SetRuleSelectorReturnObject {
pub selector_list: SelectorList,
}Fields§
§selector_list: SelectorListTrait Implementations§
Source§impl Clone for SetRuleSelectorReturnObject
impl Clone for SetRuleSelectorReturnObject
Source§fn clone(&self) -> SetRuleSelectorReturnObject
fn clone(&self) -> SetRuleSelectorReturnObject
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 SetRuleSelectorReturnObject
impl Debug for SetRuleSelectorReturnObject
Source§impl<'de> Deserialize<'de> for SetRuleSelectorReturnObject
impl<'de> Deserialize<'de> for SetRuleSelectorReturnObject
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
impl StructuralPartialEq for SetRuleSelectorReturnObject
Auto Trait Implementations§
impl Freeze for SetRuleSelectorReturnObject
impl RefUnwindSafe for SetRuleSelectorReturnObject
impl Send for SetRuleSelectorReturnObject
impl Sync for SetRuleSelectorReturnObject
impl Unpin for SetRuleSelectorReturnObject
impl UnwindSafe for SetRuleSelectorReturnObject
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