Struct activitystreams_types::object::Profile [−][src]
pub struct Profile {
pub object_props: ObjectProperties,
pub profile: ProfileProperties,
// some fields omitted
}A Profile is a content object that describes another Object, typically used to describe
Actor Type objects.
The describes property is used to reference the object being described by the profile.
Fields
object_props: ObjectProperties
Adds all valid object properties to this struct
profile: ProfileProperties
Adds all valid profile properties to this struct
Trait Implementations
impl Clone for Profile[src]
impl Clone for Profilefn clone(&self) -> Profile[src]
fn clone(&self) -> ProfileReturns 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 Profile[src]
impl Debug for Profilefn 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 Profile[src]
impl Default for Profileimpl Object for Profile[src]
impl Object for Profileimpl ObjectExt for Profile[src]
impl ObjectExt for Profilefn props(&self) -> &ObjectProperties[src]
fn props(&self) -> &ObjectPropertiesfn props_mut(&mut self) -> &mut ObjectProperties[src]
fn props_mut(&mut self) -> &mut ObjectProperties