Deref::deref
. Prefer using Deref::deref
directly.
This function exists for backwards compatibility.
Nullable
with the given value.
true
if the value is null.
Nullable
containing a snapshot of the value.
This is useful when working with non-copyable types inside a Nullable
.
This allows you to keep using the original value while also having access to a
snapshot of it, preventing the original value from being moved.