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