pub struct OperatorBurdenContributionRow {
pub configuration_role: String,
pub contribution_scope: String,
pub name: String,
pub contribution_type: String,
pub value: f64,
pub note: String,
}Fields§
§configuration_role: String§contribution_scope: String§name: String§contribution_type: String§value: f64§note: StringTrait Implementations§
Source§impl Clone for OperatorBurdenContributionRow
impl Clone for OperatorBurdenContributionRow
Source§fn clone(&self) -> OperatorBurdenContributionRow
fn clone(&self) -> OperatorBurdenContributionRow
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 OperatorBurdenContributionRow
impl RefUnwindSafe for OperatorBurdenContributionRow
impl Send for OperatorBurdenContributionRow
impl Sync for OperatorBurdenContributionRow
impl Unpin for OperatorBurdenContributionRow
impl UnsafeUnpin for OperatorBurdenContributionRow
impl UnwindSafe for OperatorBurdenContributionRow
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