Struct activitystreams_types::actor::Organization [−][src]
pub struct Organization {
pub object_props: ObjectProperties,
// some fields omitted
}Represents an organization.
Fields
object_props: ObjectProperties
Adds all valid object properties to this struct
Trait Implementations
impl Clone for Organization[src]
impl Clone for Organizationfn clone(&self) -> Organization[src]
fn clone(&self) -> OrganizationReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Organization[src]
impl Debug for Organizationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for Organization[src]
impl Default for Organizationfn default() -> Organization[src]
fn default() -> OrganizationReturns the "default value" for a type. Read more
impl Object for Organization[src]
impl Object for Organizationimpl ObjectExt for Organization[src]
impl ObjectExt for Organizationfn props(&self) -> &ObjectProperties[src]
fn props(&self) -> &ObjectPropertiesfn props_mut(&mut self) -> &mut ObjectProperties[src]
fn props_mut(&mut self) -> &mut ObjectPropertiesimpl Actor for Organization[src]
impl Actor for OrganizationAuto Trait Implementations
impl Send for Organization
impl Send for Organizationimpl Sync for Organization
impl Sync for Organization