Struct activitystreams_types::activity::TentativeReject [−][src]
pub struct TentativeReject {
pub kind: TentativeRejectType,
pub tentative_reject_props: TentativeRejectProperties,
pub object_props: ObjectProperties,
pub activity_props: ActivityProperties,
}A specialization of Reject in which the rejection is considered tentative.
Fields
kind: TentativeRejectType
tentative_reject_props: TentativeRejectProperties
Adds all valid tentative_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 TentativeReject[src]
impl Clone for TentativeRejectfn clone(&self) -> TentativeReject[src]
fn clone(&self) -> TentativeRejectReturns 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 TentativeReject[src]
impl Debug for TentativeRejectfn 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 TentativeReject[src]
impl Default for TentativeRejectfn default() -> TentativeReject[src]
fn default() -> TentativeRejectReturns the "default value" for a type. Read more
impl Object for TentativeReject[src]
impl Object for TentativeRejectimpl ObjectExt for TentativeReject[src]
impl ObjectExt for TentativeRejectfn props(&self) -> &ObjectProperties[src]
fn props(&self) -> &ObjectPropertiesfn props_mut(&mut self) -> &mut ObjectProperties[src]
fn props_mut(&mut self) -> &mut ObjectPropertiesimpl Activity for TentativeReject[src]
impl Activity for TentativeRejectimpl ActivityExt for TentativeReject[src]
impl ActivityExt for TentativeRejectfn props(&self) -> &ActivityProperties[src]
fn props(&self) -> &ActivityPropertiesfn props_mut(&mut self) -> &mut ActivityProperties[src]
fn props_mut(&mut self) -> &mut ActivityPropertiesAuto Trait Implementations
impl Send for TentativeReject
impl Send for TentativeRejectimpl Sync for TentativeReject
impl Sync for TentativeReject