pub struct BatchParticipantAuthority { /* private fields */ }Implementations§
Source§impl BatchParticipantAuthority
impl BatchParticipantAuthority
pub const fn new( sequence_authority: SequenceAuthorityId, request_authority: RequestAuthorityId, ) -> Self
Trait Implementations§
Source§impl Clone for BatchParticipantAuthority
impl Clone for BatchParticipantAuthority
Source§fn clone(&self) -> BatchParticipantAuthority
fn clone(&self) -> BatchParticipantAuthority
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 Copy for BatchParticipantAuthority
Source§impl Debug for BatchParticipantAuthority
impl Debug for BatchParticipantAuthority
impl Eq for BatchParticipantAuthority
impl StructuralPartialEq for BatchParticipantAuthority
Auto Trait Implementations§
impl Freeze for BatchParticipantAuthority
impl RefUnwindSafe for BatchParticipantAuthority
impl Send for BatchParticipantAuthority
impl Sync for BatchParticipantAuthority
impl Unpin for BatchParticipantAuthority
impl UnsafeUnpin for BatchParticipantAuthority
impl UnwindSafe for BatchParticipantAuthority
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