[][src]Struct postgres_parser::sys::RoleSpec

#[repr(C)]pub struct RoleSpec {
    pub type_: NodeTag,
    pub roletype: RoleSpecType,
    pub rolename: *mut c_char,
    pub location: c_int,
}

Fields

type_: NodeTagroletype: RoleSpecTyperolename: *mut c_char

Type of this rolespec

location: c_int

filled only for ROLESPEC_CSTRING

Trait Implementations

impl Debug for RoleSpec[src]

impl Default for RoleSpec[src]

impl Eq for RoleSpec[src]

impl Hash for RoleSpec[src]

impl PartialEq<RoleSpec> for RoleSpec[src]

impl StructuralEq for RoleSpec[src]

impl StructuralPartialEq for RoleSpec[src]

Auto Trait Implementations

impl RefUnwindSafe for RoleSpec

impl !Send for RoleSpec

impl !Sync for RoleSpec

impl Unpin for RoleSpec

impl UnwindSafe for RoleSpec

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, 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.