Struct schemas::types::CssSelectorType
source · pub struct CssSelectorType(_);
Trait Implementations§
source§impl Clone for CssSelectorType
impl Clone for CssSelectorType
source§fn clone(&self) -> CssSelectorType
fn clone(&self) -> CssSelectorType
Returns a copy 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 CssSelectorType
impl Debug for CssSelectorType
source§impl Default for CssSelectorType
impl Default for CssSelectorType
source§fn default() -> CssSelectorType
fn default() -> CssSelectorType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CssSelectorType
impl Send for CssSelectorType
impl Sync for CssSelectorType
impl Unpin for CssSelectorType
impl UnwindSafe for CssSelectorType
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