pub enum ActivityStreamQuestionClosed {
Entity(ActivityStreamEntity),
Bool(bool),
Date(DateTime<FixedOffset>),
}
Variants§
Trait Implementations§
Source§impl Debug for ActivityStreamQuestionClosed
impl Debug for ActivityStreamQuestionClosed
Source§impl<'de> Deserialize<'de> for ActivityStreamQuestionClosed
impl<'de> Deserialize<'de> for ActivityStreamQuestionClosed
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ActivityStreamQuestionClosed
impl PartialEq for ActivityStreamQuestionClosed
Source§fn eq(&self, other: &ActivityStreamQuestionClosed) -> bool
fn eq(&self, other: &ActivityStreamQuestionClosed) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ActivityStreamQuestionClosed
Auto Trait Implementations§
impl Freeze for ActivityStreamQuestionClosed
impl RefUnwindSafe for ActivityStreamQuestionClosed
impl Send for ActivityStreamQuestionClosed
impl Sync for ActivityStreamQuestionClosed
impl Unpin for ActivityStreamQuestionClosed
impl UnwindSafe for ActivityStreamQuestionClosed
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more