pub struct RoleChange {
pub actual_name: MemberName,
pub actual_namespace: Namespace,
pub new_namespace: Namespace,
}Fields§
§actual_name: MemberName§actual_namespace: Namespace§new_namespace: NamespaceTrait Implementations§
Source§impl Clone for RoleChange
impl Clone for RoleChange
Source§fn clone(&self) -> RoleChange
fn clone(&self) -> RoleChange
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 RoleChange
impl Debug for RoleChange
Source§impl<'de> Deserialize<'de> for RoleChange
impl<'de> Deserialize<'de> for RoleChange
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 RoleChange
impl Hash for RoleChange
Source§impl Ord for RoleChange
impl Ord for RoleChange
Source§fn cmp(&self, other: &RoleChange) -> Ordering
fn cmp(&self, other: &RoleChange) -> 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 RoleChange
impl PartialEq for RoleChange
Source§impl PartialOrd for RoleChange
impl PartialOrd for RoleChange
Source§impl Serialize for RoleChange
impl Serialize for RoleChange
impl Eq for RoleChange
impl StructuralPartialEq for RoleChange
Auto Trait Implementations§
impl Freeze for RoleChange
impl RefUnwindSafe for RoleChange
impl Send for RoleChange
impl Sync for RoleChange
impl Unpin for RoleChange
impl UnsafeUnpin for RoleChange
impl UnwindSafe for RoleChange
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