Reference type, which is an uuid, referencing another record
Methods
Creates a new empty Reference with a nil Uuid.
Example
let rf = new;
assert_eq!;
Creates a new empty Reference with a nil Uuid.
Example
let rf = nil;
assert_eq!;
Reference type, which is an uuid, referencing another record
Creates a new empty Reference with a nil Uuid.
let rf = new;
assert_eq!;
Creates a new empty Reference with a nil Uuid.
let rf = nil;
assert_eq!;