Struct activitystreams_types::object::kind::ImageType [−][src]
pub struct ImageType;
A Unit Struct that represents the string "Image"
Trait Implementations
impl Clone for ImageType[src]
impl Clone for ImageTypefn clone(&self) -> ImageType[src]
fn clone(&self) -> ImageTypeReturns 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 ImageType[src]
impl Debug for ImageTypefn 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 ImageType[src]
impl Default for ImageTypeimpl Serialize for ImageType[src]
impl Serialize for ImageTypefn 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 ImageType[src]
impl<'de> Deserialize<'de> for ImageTypefn deserialize<D>(deserializer: D) -> Result<ImageType, D::Error> where
D: Deserializer<'de>, [src]
fn deserialize<D>(deserializer: D) -> Result<ImageType, D::Error> where
D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more