[][src]Struct df_st_core::df_world::site::SiteProperty

pub struct SiteProperty {
    pub site_id: i32,
    pub local_id: i32,
    pub type_: Option<String>,
    pub structure_id: Option<i32>,
    pub owner_hfid: Option<i32>,
}

Fields

site_id: i32local_id: i32type_: Option<String>structure_id: Option<i32>owner_hfid: Option<i32>

Implementations

impl SiteProperty[src]

pub fn new() -> Self[src]

Trait Implementations

impl Clone for SiteProperty[src]

impl Debug for SiteProperty[src]

impl Default for SiteProperty[src]

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

impl Fillable for SiteProperty[src]

impl Filler<SiteProperty, SiteProperty> for SiteProperty[src]

impl<__S> GraphQLType<__S> for SiteProperty where
    __S: ScalarValue,
    &'__b __S: ScalarRefValue<'__b>, 
[src]

type Context = ()

The expected context type for this GraphQL type Read more

type TypeInfo = ()

Type that may carry additional schema information Read more

impl Hash for SiteProperty[src]

impl JsonSchema for SiteProperty[src]

impl PartialEq<SiteProperty> for SiteProperty[src]

impl SchemaExample for SiteProperty[src]

impl Serialize for SiteProperty[src]

Auto Trait Implementations

impl RefUnwindSafe for SiteProperty

impl Send for SiteProperty

impl Sync for SiteProperty

impl Unpin for SiteProperty

impl UnwindSafe for SiteProperty

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.