Trait sea_query::types::IntoIden[][src]

pub trait IntoIden {
    fn into_iden(self) -> Rc<dyn Iden>;
}

Required methods

fn into_iden(self) -> Rc<dyn Iden>[src]

Loading content...

Implementations on Foreign Types

impl IntoIden for Rc<dyn Iden>[src]

Loading content...

Implementors

impl<T: 'static> IntoIden for T where
    T: Iden
[src]

Loading content...