pub struct ConstructorDelegate {
pub kind: ConstructorDelegateKind,
pub args: Vec<CallArg>,
}
Fields§
§kind: ConstructorDelegateKind
§args: Vec<CallArg>
Trait Implementations§
Source§impl Clone for ConstructorDelegate
impl Clone for ConstructorDelegate
Source§fn clone(&self) -> ConstructorDelegate
fn clone(&self) -> ConstructorDelegate
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 ConstructorDelegate
impl Debug for ConstructorDelegate
Source§impl PartialEq for ConstructorDelegate
impl PartialEq for ConstructorDelegate
impl StructuralPartialEq for ConstructorDelegate
Auto Trait Implementations§
impl Freeze for ConstructorDelegate
impl RefUnwindSafe for ConstructorDelegate
impl Send for ConstructorDelegate
impl Sync for ConstructorDelegate
impl Unpin for ConstructorDelegate
impl UnwindSafe for ConstructorDelegate
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