Struct activitystreams::activity::Invite
[−]
[src]
pub struct Invite {
pub kind: InviteType,
pub invite_props: ActorObjectAndTarget,
pub object_props: ObjectProperties,
pub activity_props: ActivityProperties,
}A specialization of Offer in which the actor is extending an invitation for the object to the target.
Fields
kind: InviteType
invite_props: ActorObjectAndTarget
Adds all valid invite 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 Object for Invite[src]
impl<'de> Deserialize<'de> for Invite[src]
fn deserialize<__D>(
__deserializer: __D
) -> Result<Invite, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<Invite, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Serialize for Invite[src]
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Activity for Invite[src]
impl Clone for Invite[src]
fn clone(&self) -> Invite[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for Invite[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>[src]
Formats the value using the given formatter. Read more