Struct tipb::FieldType[][src]

pub struct FieldType {
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
    // some fields omitted
}

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl FieldType[src]

pub fn new() -> FieldType[src]

pub fn get_tp(&self) -> i32[src]

pub fn clear_tp(&mut self)[src]

pub fn has_tp(&self) -> bool[src]

pub fn set_tp(&mut self, v: i32)[src]

pub fn get_flag(&self) -> u32[src]

pub fn clear_flag(&mut self)[src]

pub fn has_flag(&self) -> bool[src]

pub fn set_flag(&mut self, v: u32)[src]

pub fn get_flen(&self) -> i32[src]

pub fn clear_flen(&mut self)[src]

pub fn has_flen(&self) -> bool[src]

pub fn set_flen(&mut self, v: i32)[src]

pub fn get_decimal(&self) -> i32[src]

pub fn clear_decimal(&mut self)[src]

pub fn has_decimal(&self) -> bool[src]

pub fn set_decimal(&mut self, v: i32)[src]

pub fn get_collate(&self) -> i32[src]

pub fn clear_collate(&mut self)[src]

pub fn has_collate(&self) -> bool[src]

pub fn set_collate(&mut self, v: i32)[src]

pub fn get_charset(&self) -> &str[src]

pub fn clear_charset(&mut self)[src]

pub fn has_charset(&self) -> bool[src]

pub fn set_charset(&mut self, v: String)[src]

pub fn mut_charset(&mut self) -> &mut String[src]

pub fn take_charset(&mut self) -> String[src]

pub fn get_elems(&self) -> &[String][src]

pub fn clear_elems(&mut self)[src]

pub fn set_elems(&mut self, v: RepeatedField<String>)[src]

pub fn mut_elems(&mut self) -> &mut RepeatedField<String>[src]

pub fn take_elems(&mut self) -> RepeatedField<String>[src]

Trait Implementations

impl Clear for FieldType[src]

impl Clone for FieldType[src]

impl Debug for FieldType[src]

impl Default for FieldType[src]

impl<'a> Default for &'a FieldType[src]

impl Message for FieldType[src]

impl PartialEq<FieldType> for FieldType[src]

impl PbPrint for FieldType[src]

impl ProtobufValue for FieldType[src]

impl StructuralPartialEq for FieldType[src]

Auto Trait Implementations

impl RefUnwindSafe for FieldType

impl Send for FieldType

impl Sync for FieldType

impl Unpin for FieldType

impl UnwindSafe for FieldType

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