Struct cyfs_base::OrgBodyContent
source · pub struct OrgBodyContent {
pub members: Vec<OrgMember>,
pub directors: Vec<Director>,
pub total_equity: u64,
}Fields§
§members: Vec<OrgMember>§directors: Vec<Director>§total_equity: u64Trait Implementations§
source§impl BodyContent for OrgBodyContent
impl BodyContent for OrgBodyContent
source§impl Clone for OrgBodyContent
impl Clone for OrgBodyContent
source§fn clone(&self) -> OrgBodyContent
fn clone(&self) -> OrgBodyContent
Returns a copy 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 more