pub enum ConstructorKind {
Base,
Derived,
None,
}Variants§
Auto Trait Implementations§
impl Freeze for ConstructorKind
impl RefUnwindSafe for ConstructorKind
impl Send for ConstructorKind
impl Sync for ConstructorKind
impl Unpin for ConstructorKind
impl UnsafeUnpin for ConstructorKind
impl UnwindSafe for ConstructorKind
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