Enum CeremonyReasonKind Copy item path Source pub enum CeremonyReasonKind {
Answers,
ChosenBecause,
Authorizes,
AchievedBy,
FollowsFrom,
SatisfiesConstraint,
ViolatesConstraint,
Supersedes,
Contradicts,
}Expand description How one thing a session produced explains another.
This contribution is the reply to that agenda item.
This was decided because of that.
That decision is what permitted this action.
The edge anyone reviewing a session afterwards looks for first:
not what happened, but what made it allowed to happen. A session
that records an action and cannot point at the decision behind
it is a record of events rather than of authority.
Only whoever made the decision may say what it authorised. That
a third party can see the connection does not make it theirs to
assert: attributing authorising force to somebody else’s
decision is the receipt this engine refuses to write.
This was brought about by doing that — the how .
The one that turns a resolved session from a precedent into a
procedure. A session that records why it resolved and not how
cannot be turned into anything anyone can repeat.
This came about because of that.
This honours a limit that one set.
This breaks a limit that one set, knowingly.
This replaces that as what is believed now.
These cannot both be true.
Who may assert a reason of this kind.
Whether this kind says how something was done.
Performs copy-assignment from
source.
Read more Formats the value using the given formatter.
Read more Deserialize this value from the given Serde deserializer.
Read more Compares and returns the maximum of two values.
Read more Compares and returns the minimum of two values.
Read more Restrict a value to a certain interval.
Read more 🔬 This is a nightly-only experimental API. (clamp_to)
Restrict a value to a certain range.
Read more This method returns an ordering between
self and
other values if one exists.
Read more Tests less than (for
self and
other) and is used by the
< operator.
Read more Tests less than or equal to (for
self and
other) and is used by the
<= operator.
Read more Tests greater than (for
self and
other) and is used by the
>
operator.
Read more Tests greater than or equal to (for
self and
other) and is used by
the
>= operator.
Read more Serialize this value into the given Serde serializer.
Read more Immutably borrows from an owned value.
Read more Mutably borrows from an owned value.
Read more 🔬 This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from
self to
dest.
Read more Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From <T> for U chooses to do.
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning.
Read more Uses borrowed data to replace owned data, usually by cloning.
Read more The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.