Struct activitystreams_types::activity::kind::InviteType [−][src]
pub struct InviteType;
Trait Implementations
impl Clone for InviteType[src]
impl Clone for InviteTypefn clone(&self) -> InviteType[src]
fn clone(&self) -> InviteTypeReturns 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 InviteType[src]
impl Debug for InviteTypefn 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 InviteType[src]
impl Default for InviteTypefn default() -> InviteType[src]
fn default() -> InviteTypeReturns the "default value" for a type. Read more
impl Serialize for InviteType[src]
impl Serialize for InviteTypefn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> where
S: Serializer, [src]
fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> where
S: Serializer, Serialize this value into the given Serde serializer. Read more
impl<'de> Deserialize<'de> for InviteType[src]
impl<'de> Deserialize<'de> for InviteTypefn deserialize<D>(deserializer: D) -> Result<InviteType, D::Error> where
D: Deserializer<'de>, [src]
fn deserialize<D>(deserializer: D) -> Result<InviteType, D::Error> where
D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl Send for InviteType
impl Send for InviteTypeimpl Sync for InviteType
impl Sync for InviteType