Result.opAssign

void opAssign(in const(T) rhs) @trusted nothrow @nogc

Creates a value.

void opAssign(in const(E) rhs) @trusted nothrow @nogc

Creates an error.

void opAssign(in Result!(T, E) rhs) @trusted nothrow @nogc

Copies the state of another result value.