Settings for the reference typ which is used for variables
Methods
fn new() -> ReferenceSettings
Creates a new ReferenceSettings object.
Example
let s = new;
assert!;
Clones the ReferenceSettings object and returns a new independet one.
Example
let s0 = new;
let s1 = s0.clone;
assert_eq!;
s1.typ = Model;
assert_ne!;