pub struct SyncConflict {
pub tenant: String,
pub object_name: String,
pub external_id: String,
pub field_name: String,
pub left_value: Value,
pub right_value: Value,
pub resolution: Option<String>,
}Expand description
Conflict record stored for later review.
Fields§
§tenant: StringTenant identifier.
object_name: StringSalesforce object name.
external_id: StringCanonical external ID.
field_name: StringField that conflicted.
left_value: ValueLeft-hand value.
right_value: ValueRight-hand value.
resolution: Option<String>Conflict resolution policy or outcome.
Trait Implementations§
Source§impl Clone for SyncConflict
impl Clone for SyncConflict
Source§fn clone(&self) -> SyncConflict
fn clone(&self) -> SyncConflict
Returns a duplicate 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 Debug for SyncConflict
impl Debug for SyncConflict
Source§impl PartialEq for SyncConflict
impl PartialEq for SyncConflict
impl StructuralPartialEq for SyncConflict
Auto Trait Implementations§
impl Freeze for SyncConflict
impl RefUnwindSafe for SyncConflict
impl Send for SyncConflict
impl Sync for SyncConflict
impl Unpin for SyncConflict
impl UnsafeUnpin for SyncConflict
impl UnwindSafe for SyncConflict
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request