Skip to main contentModule commit_state
Source pub use crate::builder_types::Set;pub use crate::builder_types::Unset;pub use crate::builder_types::IsSet;pub use crate::builder_types::IsUnset;
- members
- Marker types for field names
- 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
- State
- State trait tracking which required fields have been set