AsStruct returns a deep-copy of the underlying value. It returns nil, if Valid() is false.
()
| 121 | // AsStruct returns a deep-copy of the underlying value. |
| 122 | // It returns nil, if Valid() is false. |
| 123 | AsStruct() T |
| 124 | } |
| 125 | |
| 126 | // Cloner is any type that has a Clone function returning a deep-clone of the receiver. |
no outgoing calls