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