#[repr(C, u8)]pub enum CssPathSelectorVecDestructor {
DefaultRust,
NoDestructor,
External(extern "C" fn(*mut CssPathSelectorVec)),
}Variants§
Trait Implementations§
Source§impl Clone for CssPathSelectorVecDestructor
impl Clone for CssPathSelectorVecDestructor
Source§fn clone(&self) -> CssPathSelectorVecDestructor
fn clone(&self) -> CssPathSelectorVecDestructor
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 CssPathSelectorVecDestructor
impl Debug for CssPathSelectorVecDestructor
impl Copy for CssPathSelectorVecDestructor
Auto Trait Implementations§
impl Freeze for CssPathSelectorVecDestructor
impl RefUnwindSafe for CssPathSelectorVecDestructor
impl Send for CssPathSelectorVecDestructor
impl Sync for CssPathSelectorVecDestructor
impl Unpin for CssPathSelectorVecDestructor
impl UnwindSafe for CssPathSelectorVecDestructor
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