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