Skip to main content

Mojo trait

OpArgs

Implemented traits

AnyType, Copyable, UnknownDestructibility

Methods

__copyinit__

__copyinit__(out self: _Self, existing: _Self, /)

Create a new instance of the value by copying an existing one.

Args:

  • existing (_Self): The value to copy.

Returns:

_Self

Was this page helpful?