Skip to main content

Module commit_state

Module commit_state 

Source

Re-exports§

pub use crate::builder_types::Set;
pub use crate::builder_types::Unset;
pub use crate::builder_types::IsSet;
pub use crate::builder_types::IsUnset;

Modules§

members
Marker types for field names

Structs§

Empty
Empty state - all required fields are unset
SetAuthor
State transition - sets the author field to Set
SetCommitter
State transition - sets the committer field to Set
SetHash
State transition - sets the hash field to Set
SetMessage
State transition - sets the message field to Set
SetTree
State transition - sets the tree field to Set

Traits§

State
State trait tracking which required fields have been set