Struct activitystreams_types::object::Tombstone [−][src]
pub struct Tombstone {
pub object_props: ObjectProperties,
pub tombstone_props: TombstoneProperties,
// some fields omitted
}A Tombstone represents a content object that has been deleted.
It can be used in Collections to signify that there used to be an object at this position, but it has been deleted.
Fields
object_props: ObjectProperties
Adds all valid object properties to this struct
tombstone_props: TombstoneProperties
Adds all valid tombstone properties to this struct
Trait Implementations
impl Clone for Tombstone[src]
impl Clone for Tombstonefn clone(&self) -> Tombstone[src]
fn clone(&self) -> TombstoneReturns 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 Tombstone[src]
impl Debug for Tombstonefn 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 Tombstone[src]
impl Default for Tombstoneimpl Object for Tombstone[src]
impl Object for Tombstoneimpl ObjectExt for Tombstone[src]
impl ObjectExt for Tombstonefn props(&self) -> &ObjectProperties[src]
fn props(&self) -> &ObjectPropertiesfn props_mut(&mut self) -> &mut ObjectProperties[src]
fn props_mut(&mut self) -> &mut ObjectProperties