pub enum RolesNotification {
AssignedRole {
role: String,
assign_role_create_link_hash: ActionHash,
},
UnassignedRole {
role: String,
assign_role_create_link_hash: ActionHash,
},
}Variants§
Trait Implementations§
Source§impl Debug for RolesNotification
impl Debug for RolesNotification
Source§impl<'de> Deserialize<'de> for RolesNotification
impl<'de> Deserialize<'de> for RolesNotification
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 Serialize for RolesNotification
impl Serialize for RolesNotification
Source§impl TryFrom<&RolesNotification> for SerializedBytes
impl TryFrom<&RolesNotification> for SerializedBytes
Source§impl TryFrom<RolesNotification> for SerializedBytes
impl TryFrom<RolesNotification> for SerializedBytes
Auto Trait Implementations§
impl Freeze for RolesNotification
impl RefUnwindSafe for RolesNotification
impl Send for RolesNotification
impl Sync for RolesNotification
impl Unpin for RolesNotification
impl UnwindSafe for RolesNotification
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