Struct activitystreams_types::actor::Application [−][src]
pub struct Application {
pub object_props: ObjectProperties,
// some fields omitted
}Describes a software application.
Fields
object_props: ObjectProperties
Adds all valid object properties to this struct
Trait Implementations
impl Clone for Application[src]
impl Clone for Applicationfn clone(&self) -> Application[src]
fn clone(&self) -> ApplicationReturns 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 Application[src]
impl Debug for Applicationfn 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 Application[src]
impl Default for Applicationfn default() -> Application[src]
fn default() -> ApplicationReturns the "default value" for a type. Read more
impl Object for Application[src]
impl Object for Applicationimpl ObjectExt for Application[src]
impl ObjectExt for Applicationfn props(&self) -> &ObjectProperties[src]
fn props(&self) -> &ObjectPropertiesfn props_mut(&mut self) -> &mut ObjectProperties[src]
fn props_mut(&mut self) -> &mut ObjectPropertiesimpl Actor for Application[src]
impl Actor for ApplicationAuto Trait Implementations
impl Send for Application
impl Send for Applicationimpl Sync for Application
impl Sync for Application