pub struct Role<'a> { /* private fields */ }
Expand description
ROLE
Parameter
Implementations§
Source§impl Role<'_>
impl Role<'_>
Sourcepub const REQ_PARTICIPANT: Self
pub const REQ_PARTICIPANT: Self
Indicates a participant whose participation is required (default value).
Sourcepub const OPT_PARTICIPANT: Self
pub const OPT_PARTICIPANT: Self
Indicates a participant whose participation is optional.
Sourcepub const NON_PARTICIPANT: Self
pub const NON_PARTICIPANT: Self
Indicates a participant who is copied for information purposes only.
Trait Implementations§
Source§impl<'a> Ord for Role<'a>
impl<'a> Ord for Role<'a>
Source§impl<'a> PartialOrd for Role<'a>
impl<'a> PartialOrd for Role<'a>
impl<'a> Eq for Role<'a>
impl<'a> StructuralPartialEq for Role<'a>
Auto Trait Implementations§
impl<'a> Freeze for Role<'a>
impl<'a> RefUnwindSafe for Role<'a>
impl<'a> Send for Role<'a>
impl<'a> Sync for Role<'a>
impl<'a> Unpin for Role<'a>
impl<'a> UnwindSafe for Role<'a>
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