pub struct CompensationPlan {
pub action: String,
pub metadata: String,
}Expand description
Compensation plan returned by resolver.
Fields§
§action: String§metadata: StringTrait Implementations§
Source§impl Clone for CompensationPlan
impl Clone for CompensationPlan
Source§fn clone(&self) -> CompensationPlan
fn clone(&self) -> CompensationPlan
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 moreAuto Trait Implementations§
impl Freeze for CompensationPlan
impl RefUnwindSafe for CompensationPlan
impl Send for CompensationPlan
impl Sync for CompensationPlan
impl Unpin for CompensationPlan
impl UnsafeUnpin for CompensationPlan
impl UnwindSafe for CompensationPlan
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