pub struct ClimateRemovalsBeneficiary {
pub public_name: String,
}Fields§
§public_name: StringPublicly displayable name for the end beneficiary of carbon removal.
Trait Implementations§
Source§impl Clone for ClimateRemovalsBeneficiary
impl Clone for ClimateRemovalsBeneficiary
Source§fn clone(&self) -> ClimateRemovalsBeneficiary
fn clone(&self) -> ClimateRemovalsBeneficiary
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 ClimateRemovalsBeneficiary
impl Debug for ClimateRemovalsBeneficiary
Source§impl FromValueOpt for ClimateRemovalsBeneficiary
impl FromValueOpt for ClimateRemovalsBeneficiary
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for ClimateRemovalsBeneficiary
impl RefUnwindSafe for ClimateRemovalsBeneficiary
impl Send for ClimateRemovalsBeneficiary
impl Sync for ClimateRemovalsBeneficiary
impl Unpin for ClimateRemovalsBeneficiary
impl UnwindSafe for ClimateRemovalsBeneficiary
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