Struct docx_rust::document::DocPartGallery
source · pub struct DocPartGallery<'a> {
pub name: Option<Cow<'a, str>>,
}
Fields§
§name: Option<Cow<'a, str>>
Trait Implementations§
source§impl<'a> Clone for DocPartGallery<'a>
impl<'a> Clone for DocPartGallery<'a>
source§fn clone(&self) -> DocPartGallery<'a>
fn clone(&self) -> DocPartGallery<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for DocPartGallery<'a>
impl<'a> Debug for DocPartGallery<'a>
source§impl<'a> Default for DocPartGallery<'a>
impl<'a> Default for DocPartGallery<'a>
source§fn default() -> DocPartGallery<'a>
fn default() -> DocPartGallery<'a>
Returns the “default value” for a type. Read more