pub struct UriImagemapAction {
    pub type: String,
    pub area: Box<ImagemapArea>,
    pub link_uri: String,
    pub label: Option<String>,
}Fields§
§type: String§area: Box<ImagemapArea>§link_uri: String§label: Option<String>Implementations§
Source§impl UriImagemapAction
 
impl UriImagemapAction
pub fn new( type: String, area: ImagemapArea, link_uri: String, ) -> UriImagemapAction
Trait Implementations§
Source§impl Clone for UriImagemapAction
 
impl Clone for UriImagemapAction
Source§fn clone(&self) -> UriImagemapAction
 
fn clone(&self) -> UriImagemapAction
Returns a duplicate 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 UriImagemapAction
 
impl Debug for UriImagemapAction
Source§impl Default for UriImagemapAction
 
impl Default for UriImagemapAction
Source§fn default() -> UriImagemapAction
 
fn default() -> UriImagemapAction
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UriImagemapAction
 
impl<'de> Deserialize<'de> for UriImagemapAction
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 UriImagemapAction
 
impl PartialEq for UriImagemapAction
Source§impl Serialize for UriImagemapAction
 
impl Serialize for UriImagemapAction
impl StructuralPartialEq for UriImagemapAction
Auto Trait Implementations§
impl Freeze for UriImagemapAction
impl RefUnwindSafe for UriImagemapAction
impl Send for UriImagemapAction
impl Sync for UriImagemapAction
impl Unpin for UriImagemapAction
impl UnwindSafe for UriImagemapAction
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