pub enum DeriveType {
Unnamed,
Named,
Enum,
}
Variants§
Trait Implementations§
source§impl Clone for DeriveType
impl Clone for DeriveType
source§fn clone(&self) -> DeriveType
fn clone(&self) -> DeriveType
Returns a copy 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 DeriveType
impl Debug for DeriveType
source§impl PartialEq for DeriveType
impl PartialEq for DeriveType
impl Copy for DeriveType
impl Eq for DeriveType
impl StructuralPartialEq for DeriveType
Auto Trait Implementations§
impl Freeze for DeriveType
impl RefUnwindSafe for DeriveType
impl Send for DeriveType
impl Sync for DeriveType
impl Unpin for DeriveType
impl UnwindSafe for DeriveType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)