Struct activitystreams_types::object::kind::RelationshipType [−][src]
pub struct RelationshipType;
A Unit Struct that represents the string "Relationship"
Trait Implementations
impl Clone for RelationshipType[src]
impl Clone for RelationshipTypefn clone(&self) -> RelationshipType[src]
fn clone(&self) -> RelationshipTypeReturns 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 RelationshipType[src]
impl Debug for RelationshipTypefn 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 RelationshipType[src]
impl Default for RelationshipTypefn default() -> RelationshipType[src]
fn default() -> RelationshipTypeReturns the "default value" for a type. Read more
impl Serialize for RelationshipType[src]
impl Serialize for RelationshipTypefn 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 RelationshipType[src]
impl<'de> Deserialize<'de> for RelationshipTypefn deserialize<D>(deserializer: D) -> Result<RelationshipType, D::Error> where
D: Deserializer<'de>, [src]
fn deserialize<D>(deserializer: D) -> Result<RelationshipType, D::Error> where
D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl Send for RelationshipType
impl Send for RelationshipTypeimpl Sync for RelationshipType
impl Sync for RelationshipType