pub struct BatchParticipantTokenSpan { /* private fields */ }Expand description
Opaque association between one exact admitted participant and token work derived from that participant’s actual token ids.
Implementations§
Source§impl BatchParticipantTokenSpan
impl BatchParticipantTokenSpan
pub const fn participant(&self) -> BatchParticipantAuthority
pub fn token_span(&self) -> &TokenSpanWork
Trait Implementations§
Source§impl Clone for BatchParticipantTokenSpan
impl Clone for BatchParticipantTokenSpan
Source§fn clone(&self) -> BatchParticipantTokenSpan
fn clone(&self) -> BatchParticipantTokenSpan
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 BatchParticipantTokenSpan
impl Debug for BatchParticipantTokenSpan
impl Eq for BatchParticipantTokenSpan
impl StructuralPartialEq for BatchParticipantTokenSpan
Auto Trait Implementations§
impl Freeze for BatchParticipantTokenSpan
impl RefUnwindSafe for BatchParticipantTokenSpan
impl Send for BatchParticipantTokenSpan
impl Sync for BatchParticipantTokenSpan
impl Unpin for BatchParticipantTokenSpan
impl UnsafeUnpin for BatchParticipantTokenSpan
impl UnwindSafe for BatchParticipantTokenSpan
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