pub struct RoleAssociation {
pub role: ObjectRoleRef,
pub item_with_role: RoleSelectRef,
}Fields§
§role: ObjectRoleRef§item_with_role: RoleSelectRefTrait Implementations§
Source§impl Clone for RoleAssociation
impl Clone for RoleAssociation
Source§fn clone(&self) -> RoleAssociation
fn clone(&self) -> RoleAssociation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RoleAssociation
impl Debug for RoleAssociation
Source§impl PartialEq for RoleAssociation
impl PartialEq for RoleAssociation
Source§fn eq(&self, other: &RoleAssociation) -> bool
fn eq(&self, other: &RoleAssociation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RoleAssociation
Auto Trait Implementations§
impl Freeze for RoleAssociation
impl RefUnwindSafe for RoleAssociation
impl Send for RoleAssociation
impl Sync for RoleAssociation
impl Unpin for RoleAssociation
impl UnsafeUnpin for RoleAssociation
impl UnwindSafe for RoleAssociation
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