Struct activitystreams_types::activity::kind::LikeType [−][src]
pub struct LikeType;
Trait Implementations
impl Clone for LikeType[src]
impl Clone for LikeTypefn clone(&self) -> LikeType[src]
fn clone(&self) -> LikeTypeReturns 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 LikeType[src]
impl Debug for LikeTypefn 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 LikeType[src]
impl Default for LikeTypeimpl Serialize for LikeType[src]
impl Serialize for LikeTypefn 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 LikeType[src]
impl<'de> Deserialize<'de> for LikeTypefn deserialize<D>(deserializer: D) -> Result<LikeType, D::Error> where
D: Deserializer<'de>, [src]
fn deserialize<D>(deserializer: D) -> Result<LikeType, D::Error> where
D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more