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