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