pub enum AssigneeRoleClaimLinkMode {
ProgenitorClaimingAdminAtInit,
AdminAssigningRole {
assignee_to_role_create_link_hash: ActionHash,
},
}Variants§
ProgenitorClaimingAdminAtInit
AdminAssigningRole
Fields
§
assignee_to_role_create_link_hash: ActionHashTrait Implementations§
Source§impl Debug for AssigneeRoleClaimLinkMode
impl Debug for AssigneeRoleClaimLinkMode
Source§impl<'de> Deserialize<'de> for AssigneeRoleClaimLinkMode
impl<'de> Deserialize<'de> for AssigneeRoleClaimLinkMode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl TryFrom<&AssigneeRoleClaimLinkMode> for SerializedBytes
impl TryFrom<&AssigneeRoleClaimLinkMode> for SerializedBytes
Source§impl TryFrom<AssigneeRoleClaimLinkMode> for SerializedBytes
impl TryFrom<AssigneeRoleClaimLinkMode> for SerializedBytes
Auto Trait Implementations§
impl Freeze for AssigneeRoleClaimLinkMode
impl RefUnwindSafe for AssigneeRoleClaimLinkMode
impl Send for AssigneeRoleClaimLinkMode
impl Sync for AssigneeRoleClaimLinkMode
impl Unpin for AssigneeRoleClaimLinkMode
impl UnwindSafe for AssigneeRoleClaimLinkMode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more