pub struct Picture {
pub embed: Option<String>,
pub link: Option<String>,
pub media: Option<String>,
}Expand description
A picture’s image reference (20.1.8.13).
Fields§
§embed: Option<String>r:embed: relationship id of an image part in the package.
link: Option<String>r:link: relationship id of an external image.
media: Option<String>Relationship id of an attached audio or video clip.
Trait Implementations§
impl Eq for Picture
impl StructuralPartialEq for Picture
Auto Trait Implementations§
impl Freeze for Picture
impl RefUnwindSafe for Picture
impl Send for Picture
impl Sync for Picture
impl Unpin for Picture
impl UnsafeUnpin for Picture
impl UnwindSafe for Picture
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more