[][src]Struct rbatis::ast::lang::py::Py

pub struct Py {}

Implementations

impl Py[src]

pub fn parse_and_cache(arg: &str) -> Result<Vec<NodeType>, Error>[src]

parser and cache py data sql,return an vec node type 编译并且缓存py slq数据,返回node type 数组

pub fn parse(arg: &str) -> Result<Vec<NodeType>, Error>[src]

parser py string data 解析py语法

Auto Trait Implementations

impl RefUnwindSafe for Py

impl Send for Py

impl Sync for Py

impl Unpin for Py

impl UnwindSafe for Py

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> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,