Struct libimagref::flags::RefFlags [] [src]

pub struct RefFlags { /* fields omitted */ }

Methods

impl RefFlags
[src]

Read the RefFlags from a TOML document

Assumes that the whole TOML tree is passed. So this looks up ref.flags to get the flags. It assumes that this is a Map with Key = and Value = boolean.

Alias for RefFlags::content_hashing()

Trait Implementations

impl Into<Value> for RefFlags
[src]

Build a TOML::Value from this RefFlags object.

Returns a Map which should be set in ref.flags in the header.

impl Default for RefFlags
[src]

Returns the "default value" for a type. Read more