[][src]Struct graph_rs_types::complextypes::TextColumn

pub struct TextColumn {
    pub allow_multiple_lines: bool,
    pub append_changes_to_existing_text: bool,
    pub lines_for_editing: i32,
    pub max_length: i32,
    pub text_type: String,
}

Fields

allow_multiple_lines: boolappend_changes_to_existing_text: boollines_for_editing: i32max_length: i32text_type: String

Trait Implementations

impl Eq for TextColumn[src]

impl Clone for TextColumn[src]

impl PartialEq<TextColumn> for TextColumn[src]

impl Debug for TextColumn[src]

impl Serialize for TextColumn[src]

impl<'de> Deserialize<'de> for TextColumn[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

impl<T> From<T> for 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.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]