pub struct StepRetirementReceipt { /* private fields */ }Implementations§
Source§impl StepRetirementReceipt
impl StepRetirementReceipt
pub const fn batch_step_id(&self) -> BatchStepId
pub fn participants(&self) -> &[StepParticipantRetirement]
Trait Implementations§
Source§impl Clone for StepRetirementReceipt
impl Clone for StepRetirementReceipt
Source§fn clone(&self) -> StepRetirementReceipt
fn clone(&self) -> StepRetirementReceipt
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 StepRetirementReceipt
impl Debug for StepRetirementReceipt
impl Eq for StepRetirementReceipt
Source§impl PartialEq for StepRetirementReceipt
impl PartialEq for StepRetirementReceipt
Source§impl Serialize for StepRetirementReceipt
impl Serialize for StepRetirementReceipt
impl StructuralPartialEq for StepRetirementReceipt
Auto Trait Implementations§
impl Freeze for StepRetirementReceipt
impl RefUnwindSafe for StepRetirementReceipt
impl Send for StepRetirementReceipt
impl Sync for StepRetirementReceipt
impl Unpin for StepRetirementReceipt
impl UnsafeUnpin for StepRetirementReceipt
impl UnwindSafe for StepRetirementReceipt
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