Struct activitystreams_types::actor::Service [−][src]
pub struct Service {
pub object_props: ObjectProperties,
// some fields omitted
}Represents a service of any kind.
Fields
object_props: ObjectProperties
Adds all valid object properties to this struct
Trait Implementations
impl Clone for Service[src]
impl Clone for Servicefn clone(&self) -> Service[src]
fn clone(&self) -> ServiceReturns 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 Service[src]
impl Debug for Servicefn 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 Service[src]
impl Default for Serviceimpl Object for Service[src]
impl Object for Serviceimpl ObjectExt for Service[src]
impl ObjectExt for Servicefn props(&self) -> &ObjectProperties[src]
fn props(&self) -> &ObjectPropertiesfn props_mut(&mut self) -> &mut ObjectProperties[src]
fn props_mut(&mut self) -> &mut ObjectPropertiesimpl Actor for Service[src]
impl Actor for Service