pub struct GovRoleEvent {
pub add: Option<GovRolesEvent>,
pub remove: Option<GovRolesEvent>,
}Fields§
§add: Option<GovRolesEvent>§remove: Option<GovRolesEvent>Trait Implementations§
Source§impl Clone for GovRoleEvent
impl Clone for GovRoleEvent
Source§fn clone(&self) -> GovRoleEvent
fn clone(&self) -> GovRoleEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GovRoleEvent
impl Debug for GovRoleEvent
Source§impl<'de> Deserialize<'de> for GovRoleEvent
impl<'de> Deserialize<'de> for GovRoleEvent
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 Hash for GovRoleEvent
impl Hash for GovRoleEvent
Source§impl PartialEq for GovRoleEvent
impl PartialEq for GovRoleEvent
Source§impl Serialize for GovRoleEvent
impl Serialize for GovRoleEvent
impl Eq for GovRoleEvent
impl StructuralPartialEq for GovRoleEvent
Auto Trait Implementations§
impl Freeze for GovRoleEvent
impl RefUnwindSafe for GovRoleEvent
impl Send for GovRoleEvent
impl Sync for GovRoleEvent
impl Unpin for GovRoleEvent
impl UnsafeUnpin for GovRoleEvent
impl UnwindSafe for GovRoleEvent
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