Struct activitystreams_types::object::Note [−][src]
pub struct Note {
pub object_props: ObjectProperties,
// some fields omitted
}Represents a short written work typically less than a single paragraph in length.
Fields
object_props: ObjectProperties
Adds all valid object properties to this struct
Trait Implementations
impl Clone for Note[src]
impl Clone for Notefn clone(&self) -> Note[src]
fn clone(&self) -> NoteReturns 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 Note[src]
impl Debug for Notefn 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 Note[src]
impl Default for Noteimpl Object for Note[src]
impl Object for Noteimpl ObjectExt for Note[src]
impl ObjectExt for Notefn props(&self) -> &ObjectProperties[src]
fn props(&self) -> &ObjectPropertiesfn props_mut(&mut self) -> &mut ObjectProperties[src]
fn props_mut(&mut self) -> &mut ObjectProperties