pub enum ConstructorDelegateKind {
This,
Super,
}
Variants§
Trait Implementations§
Source§impl Clone for ConstructorDelegateKind
impl Clone for ConstructorDelegateKind
Source§fn clone(&self) -> ConstructorDelegateKind
fn clone(&self) -> ConstructorDelegateKind
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 ConstructorDelegateKind
impl Debug for ConstructorDelegateKind
Source§impl PartialEq for ConstructorDelegateKind
impl PartialEq for ConstructorDelegateKind
impl StructuralPartialEq for ConstructorDelegateKind
Auto Trait Implementations§
impl Freeze for ConstructorDelegateKind
impl RefUnwindSafe for ConstructorDelegateKind
impl Send for ConstructorDelegateKind
impl Sync for ConstructorDelegateKind
impl Unpin for ConstructorDelegateKind
impl UnwindSafe for ConstructorDelegateKind
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