Struct activitystreams_types::activity::Reject [−][src]
pub struct Reject {
pub kind: RejectType,
pub reject_props: RejectProperties,
pub object_props: ObjectProperties,
pub activity_props: ActivityProperties,
}Indicates that the actor is rejecting the object.
The target and origin typically have no defined meaning.
Fields
kind: RejectType
reject_props: RejectProperties
Adds all valid reject properties to this struct
object_props: ObjectProperties
Adds all valid object properties to this struct
activity_props: ActivityProperties
Adds all valid activity properties to this struct
Trait Implementations
impl Clone for Reject[src]
impl Clone for Rejectfn clone(&self) -> Reject[src]
fn clone(&self) -> RejectReturns 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 Reject[src]
impl Debug for Rejectfn 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 Reject[src]
impl Default for Rejectimpl Object for Reject[src]
impl Object for Rejectimpl ObjectExt for Reject[src]
impl ObjectExt for Rejectfn props(&self) -> &ObjectProperties[src]
fn props(&self) -> &ObjectPropertiesfn props_mut(&mut self) -> &mut ObjectProperties[src]
fn props_mut(&mut self) -> &mut ObjectPropertiesimpl Activity for Reject[src]
impl Activity for Rejectimpl ActivityExt for Reject[src]
impl ActivityExt for Rejectfn props(&self) -> &ActivityProperties[src]
fn props(&self) -> &ActivityPropertiesfn props_mut(&mut self) -> &mut ActivityProperties[src]
fn props_mut(&mut self) -> &mut ActivityProperties