pub struct BatchFileReconciliationRecommendedCourseOfAction { /* private fields */ }Implementations§
Source§impl BatchFileReconciliationRecommendedCourseOfAction
impl BatchFileReconciliationRecommendedCourseOfAction
pub fn steps(&self) -> &[BatchFileTripleReconciliationOperation]
Trait Implementations§
Source§impl Clone for BatchFileReconciliationRecommendedCourseOfAction
impl Clone for BatchFileReconciliationRecommendedCourseOfAction
Source§fn clone(&self) -> BatchFileReconciliationRecommendedCourseOfAction
fn clone(&self) -> BatchFileReconciliationRecommendedCourseOfAction
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl From<Vec<BatchFileTripleReconciliationOperation>> for BatchFileReconciliationRecommendedCourseOfAction
impl From<Vec<BatchFileTripleReconciliationOperation>> for BatchFileReconciliationRecommendedCourseOfAction
Source§fn from(
steps: Vec<BatchFileTripleReconciliationOperation>,
) -> BatchFileReconciliationRecommendedCourseOfAction
fn from( steps: Vec<BatchFileTripleReconciliationOperation>, ) -> BatchFileReconciliationRecommendedCourseOfAction
Converts to this type from the input type.
Source§impl PartialEq for BatchFileReconciliationRecommendedCourseOfAction
impl PartialEq for BatchFileReconciliationRecommendedCourseOfAction
Source§fn eq(&self, other: &BatchFileReconciliationRecommendedCourseOfAction) -> bool
fn eq(&self, other: &BatchFileReconciliationRecommendedCourseOfAction) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<&BatchFileTriple> for BatchFileReconciliationRecommendedCourseOfAction
impl TryFrom<&BatchFileTriple> for BatchFileReconciliationRecommendedCourseOfAction
Source§type Error = BatchReconciliationError
type Error = BatchReconciliationError
The type returned in the event of a conversion error.
Source§fn try_from(
triple: &BatchFileTriple,
) -> Result<BatchFileReconciliationRecommendedCourseOfAction, BatchReconciliationError>
fn try_from( triple: &BatchFileTriple, ) -> Result<BatchFileReconciliationRecommendedCourseOfAction, BatchReconciliationError>
Performs the conversion.
impl Eq for BatchFileReconciliationRecommendedCourseOfAction
impl StructuralPartialEq for BatchFileReconciliationRecommendedCourseOfAction
Auto Trait Implementations§
impl Freeze for BatchFileReconciliationRecommendedCourseOfAction
impl RefUnwindSafe for BatchFileReconciliationRecommendedCourseOfAction
impl Send for BatchFileReconciliationRecommendedCourseOfAction
impl Sync for BatchFileReconciliationRecommendedCourseOfAction
impl Unpin for BatchFileReconciliationRecommendedCourseOfAction
impl UnwindSafe for BatchFileReconciliationRecommendedCourseOfAction
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