pub type InsertSubdomainIpAddr = NewSubdomainIpAddr;

Aliased Type§

struct InsertSubdomainIpAddr {
    pub subdomain_id: i32,
    pub ip_addr_id: i32,
}

Fields§

§subdomain_id: i32§ip_addr_id: i32

Trait Implementations§

source§

impl Clone for NewSubdomainIpAddr

source§

fn clone(&self) -> NewSubdomainIpAddr

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for NewSubdomainIpAddr

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for NewSubdomainIpAddr

source§

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 InsertToNew for InsertSubdomainIpAddr

source§

impl<'insert> Insertable<table> for NewSubdomainIpAddr

§

type Values = <(Option<Eq<subdomain_id, <i32 as AsExpression<<subdomain_id as Expression>::SqlType>>::Expression>>, Option<Eq<ip_addr_id, <i32 as AsExpression<<ip_addr_id as Expression>::SqlType>>::Expression>>) as Insertable<table>>::Values

The VALUES clause to insert these records Read more
source§

fn values(self) -> Self::Values

Construct Self::Values Read more
source§

fn insert_into( self, table: T ) -> InsertStatement<T, Self::Values, Insert, NoReturningClause>where Self: Sized,

Insert self into a given table. Read more
source§

impl Printable<PrintableSubdomainIpAddr> for NewSubdomainIpAddr

source§

impl Serialize for NewSubdomainIpAddr

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'insert> UndecoratedInsertRecord<table> for NewSubdomainIpAddr