pub struct BatchOperationParticipantIdentity { /* private fields */ }Implementations§
Source§impl BatchOperationParticipantIdentity
impl BatchOperationParticipantIdentity
pub fn participant_index(&self) -> u32
pub fn node_key(&self) -> &ParticipantNodeKey
pub fn identity(&self) -> &ExecutionIdentityEnvelope
Trait Implementations§
Source§impl Clone for BatchOperationParticipantIdentity
impl Clone for BatchOperationParticipantIdentity
Source§fn clone(&self) -> BatchOperationParticipantIdentity
fn clone(&self) -> BatchOperationParticipantIdentity
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 moreimpl Eq for BatchOperationParticipantIdentity
impl StructuralPartialEq for BatchOperationParticipantIdentity
Auto Trait Implementations§
impl Freeze for BatchOperationParticipantIdentity
impl RefUnwindSafe for BatchOperationParticipantIdentity
impl Send for BatchOperationParticipantIdentity
impl Sync for BatchOperationParticipantIdentity
impl Unpin for BatchOperationParticipantIdentity
impl UnsafeUnpin for BatchOperationParticipantIdentity
impl UnwindSafe for BatchOperationParticipantIdentity
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