Struct activitystreams_types::object::Image [−][src]
pub struct Image {
pub object_props: ObjectProperties,
// some fields omitted
}An image document of any kind
Fields
object_props: ObjectProperties
Adds all valid object properties to this struct
Trait Implementations
impl Clone for Image[src]
impl Clone for Imagefn clone(&self) -> Image[src]
fn clone(&self) -> ImageReturns 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 Image[src]
impl Debug for Imagefn 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 Image[src]
impl Default for Imageimpl Object for Image[src]
impl Object for Imageimpl ObjectExt for Image[src]
impl ObjectExt for Imagefn props(&self) -> &ObjectProperties[src]
fn props(&self) -> &ObjectPropertiesfn props_mut(&mut self) -> &mut ObjectProperties[src]
fn props_mut(&mut self) -> &mut ObjectProperties