pub struct ImagemapVideo {
pub original_content_url: Option<String>,
pub preview_image_url: Option<String>,
pub area: Option<Box<ImagemapArea>>,
pub external_link: Option<Box<ImagemapExternalLink>>,
}
Fields§
§original_content_url: Option<String>
§preview_image_url: Option<String>
§area: Option<Box<ImagemapArea>>
§external_link: Option<Box<ImagemapExternalLink>>
Implementations§
Source§impl ImagemapVideo
impl ImagemapVideo
pub fn new() -> ImagemapVideo
Trait Implementations§
Source§impl Clone for ImagemapVideo
impl Clone for ImagemapVideo
Source§fn clone(&self) -> ImagemapVideo
fn clone(&self) -> ImagemapVideo
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 Debug for ImagemapVideo
impl Debug for ImagemapVideo
Source§impl Default for ImagemapVideo
impl Default for ImagemapVideo
Source§fn default() -> ImagemapVideo
fn default() -> ImagemapVideo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ImagemapVideo
impl<'de> Deserialize<'de> for ImagemapVideo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ImagemapVideo
impl PartialEq for ImagemapVideo
Source§impl Serialize for ImagemapVideo
impl Serialize for ImagemapVideo
impl StructuralPartialEq for ImagemapVideo
Auto Trait Implementations§
impl Freeze for ImagemapVideo
impl RefUnwindSafe for ImagemapVideo
impl Send for ImagemapVideo
impl Sync for ImagemapVideo
impl Unpin for ImagemapVideo
impl UnwindSafe for ImagemapVideo
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