[][src]Struct df_st_core::site_map_images::SiteMapImages

pub struct SiteMapImages {
    pub site_maps: Vec<SiteMapImage>,
}

Fields

site_maps: Vec<SiteMapImage>

Implementations

impl SiteMapImages[src]

pub fn new() -> Self[src]

Create a new site map image collection

Trait Implementations

impl Clone for SiteMapImages[src]

impl Debug for SiteMapImages[src]

impl Default for SiteMapImages[src]

impl<'de> Deserialize<'de> for SiteMapImages[src]

impl JsonSchema for SiteMapImages[src]

impl PartialEq<SiteMapImages> for SiteMapImages[src]

impl SchemaExample for SiteMapImages[src]

impl Serialize for SiteMapImages[src]

impl StructuralPartialEq for SiteMapImages[src]

Auto Trait Implementations

impl RefUnwindSafe for SiteMapImages

impl Send for SiteMapImages

impl Sync for SiteMapImages

impl Unpin for SiteMapImages

impl UnwindSafe for SiteMapImages

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> DynClone for T where
    T: Clone
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.