pub struct ReviewRequestMetadataFieldUpdate {
pub current: String,
pub desired: String,
}Expand description
One review-request field update guarded by the remote value used during semantic reconciliation.
Fields§
§current: StringRemote value read before semantic reconciliation.
desired: StringReconciled value to publish if the remote field is still unchanged.
Trait Implementations§
Source§impl Clone for ReviewRequestMetadataFieldUpdate
impl Clone for ReviewRequestMetadataFieldUpdate
Source§fn clone(&self) -> ReviewRequestMetadataFieldUpdate
fn clone(&self) -> ReviewRequestMetadataFieldUpdate
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 Eq for ReviewRequestMetadataFieldUpdate
impl StructuralPartialEq for ReviewRequestMetadataFieldUpdate
Auto Trait Implementations§
impl Freeze for ReviewRequestMetadataFieldUpdate
impl RefUnwindSafe for ReviewRequestMetadataFieldUpdate
impl Send for ReviewRequestMetadataFieldUpdate
impl Sync for ReviewRequestMetadataFieldUpdate
impl Unpin for ReviewRequestMetadataFieldUpdate
impl UnsafeUnpin for ReviewRequestMetadataFieldUpdate
impl UnwindSafe for ReviewRequestMetadataFieldUpdate
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