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