pub enum ActivityStreamLinkableCollection {
Url(Url),
Collection(ActivityStreamCollection),
}
Variants§
Url(Url)
Collection(ActivityStreamCollection)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ActivityStreamLinkableCollection
impl<'de> Deserialize<'de> for ActivityStreamLinkableCollection
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 ActivityStreamLinkableCollection
impl PartialEq for ActivityStreamLinkableCollection
Source§fn eq(&self, other: &ActivityStreamLinkableCollection) -> bool
fn eq(&self, other: &ActivityStreamLinkableCollection) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ActivityStreamLinkableCollection
Auto Trait Implementations§
impl Freeze for ActivityStreamLinkableCollection
impl RefUnwindSafe for ActivityStreamLinkableCollection
impl Send for ActivityStreamLinkableCollection
impl Sync for ActivityStreamLinkableCollection
impl Unpin for ActivityStreamLinkableCollection
impl UnwindSafe for ActivityStreamLinkableCollection
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