pub struct RoleCreatorChange {
pub actual_name: MemberName,
pub actual_namespace: Namespace,
pub new_namespace: Option<Namespace>,
pub new_witnesses: Option<BTreeSet<String>>,
pub new_quantity: Option<CreatorQuantity>,
}Fields§
§actual_name: MemberName§actual_namespace: Namespace§new_namespace: Option<Namespace>§new_witnesses: Option<BTreeSet<String>>§new_quantity: Option<CreatorQuantity>Trait Implementations§
Source§impl Clone for RoleCreatorChange
impl Clone for RoleCreatorChange
Source§fn clone(&self) -> RoleCreatorChange
fn clone(&self) -> RoleCreatorChange
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 RoleCreatorChange
impl Debug for RoleCreatorChange
Source§impl<'de> Deserialize<'de> for RoleCreatorChange
impl<'de> Deserialize<'de> for RoleCreatorChange
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 RoleCreatorChange
impl Hash for RoleCreatorChange
Source§impl Ord for RoleCreatorChange
impl Ord for RoleCreatorChange
Source§fn cmp(&self, other: &RoleCreatorChange) -> Ordering
fn cmp(&self, other: &RoleCreatorChange) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RoleCreatorChange
impl PartialEq for RoleCreatorChange
Source§impl PartialOrd for RoleCreatorChange
impl PartialOrd for RoleCreatorChange
Source§impl Serialize for RoleCreatorChange
impl Serialize for RoleCreatorChange
impl Eq for RoleCreatorChange
impl StructuralPartialEq for RoleCreatorChange
Auto Trait Implementations§
impl Freeze for RoleCreatorChange
impl RefUnwindSafe for RoleCreatorChange
impl Send for RoleCreatorChange
impl Sync for RoleCreatorChange
impl Unpin for RoleCreatorChange
impl UnsafeUnpin for RoleCreatorChange
impl UnwindSafe for RoleCreatorChange
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