pub struct ClassSelectorNameV0 {
pub name: ClassNameV0,
pub position: ClassSelectorPositionV0,
}Fields§
§name: ClassNameV0§position: ClassSelectorPositionV0Trait Implementations§
Source§impl Clone for ClassSelectorNameV0
impl Clone for ClassSelectorNameV0
Source§fn clone(&self) -> ClassSelectorNameV0
fn clone(&self) -> ClassSelectorNameV0
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 moreAuto Trait Implementations§
impl Freeze for ClassSelectorNameV0
impl RefUnwindSafe for ClassSelectorNameV0
impl Send for ClassSelectorNameV0
impl Sync for ClassSelectorNameV0
impl Unpin for ClassSelectorNameV0
impl UnsafeUnpin for ClassSelectorNameV0
impl UnwindSafe for ClassSelectorNameV0
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