Struct activitystreams_types::activity::TentativeAccept [−][src]
pub struct TentativeAccept {
pub kind: TentativeAcceptType,
pub tentative_accept_props: TentativeAcceptProperties,
pub object_props: ObjectProperties,
pub activity_props: ActivityProperties,
}A specialization of Accept indicating that the acceptance is tentative.
Fields
kind: TentativeAcceptType
tentative_accept_props: TentativeAcceptProperties
Adds all valid tentative_accept 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 TentativeAccept[src]
impl Clone for TentativeAcceptfn clone(&self) -> TentativeAccept[src]
fn clone(&self) -> TentativeAcceptReturns 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 TentativeAccept[src]
impl Debug for TentativeAcceptfn 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 TentativeAccept[src]
impl Default for TentativeAcceptfn default() -> TentativeAccept[src]
fn default() -> TentativeAcceptReturns the "default value" for a type. Read more
impl Object for TentativeAccept[src]
impl Object for TentativeAcceptimpl ObjectExt for TentativeAccept[src]
impl ObjectExt for TentativeAcceptfn props(&self) -> &ObjectProperties[src]
fn props(&self) -> &ObjectPropertiesfn props_mut(&mut self) -> &mut ObjectProperties[src]
fn props_mut(&mut self) -> &mut ObjectPropertiesimpl Activity for TentativeAccept[src]
impl Activity for TentativeAcceptimpl ActivityExt for TentativeAccept[src]
impl ActivityExt for TentativeAcceptfn 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 TentativeAccept
impl Send for TentativeAcceptimpl Sync for TentativeAccept
impl Sync for TentativeAccept