[][src]Struct activityrust::entities::objecttypes::ActivityStreamTombstone

pub struct ActivityStreamTombstone { /* fields omitted */ }

Methods

impl ActivityStreamTombstone[src]

pub fn create() -> Self[src]

Trait Implementations

impl ActivityStreamEntityProperties for ActivityStreamTombstone[src]

impl ActivityStreamObjectProperties for ActivityStreamTombstone[src]

impl ActivityStreamTombstoneProperties for ActivityStreamTombstone[src]

impl Debug for ActivityStreamTombstone[src]

impl Default for ActivityStreamTombstone[src]

impl<'de> Deserialize<'de> for ActivityStreamTombstone[src]

impl DeserializeType for ActivityStreamTombstone[src]

impl PartialEq<ActivityStreamTombstone> for ActivityStreamTombstone[src]

impl Serialize for ActivityStreamTombstone[src]

impl StructuralPartialEq for ActivityStreamTombstone[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> MaybeOptional<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.