pub struct StepParticipantRetirement { /* private fields */ }Implementations§
Source§impl StepParticipantRetirement
impl StepParticipantRetirement
pub const fn assignment(&self) -> StepParticipantFrameAssignment
pub const fn disposition(&self) -> StepParticipantRetirementDisposition
Trait Implementations§
Source§impl Clone for StepParticipantRetirement
impl Clone for StepParticipantRetirement
Source§fn clone(&self) -> StepParticipantRetirement
fn clone(&self) -> StepParticipantRetirement
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 StepParticipantRetirement
impl Debug for StepParticipantRetirement
impl Eq for StepParticipantRetirement
impl StructuralPartialEq for StepParticipantRetirement
Auto Trait Implementations§
impl Freeze for StepParticipantRetirement
impl RefUnwindSafe for StepParticipantRetirement
impl Send for StepParticipantRetirement
impl Sync for StepParticipantRetirement
impl Unpin for StepParticipantRetirement
impl UnsafeUnpin for StepParticipantRetirement
impl UnwindSafe for StepParticipantRetirement
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