Struct gapi_grpc::google::actions::sdk::v2::conversation::TableColumn[][src]

pub struct TableColumn {
    pub header: String,
    pub align: i32,
}

Describes a column in a table.

Fields

header: String

Header text for the column.

align: i32

Horizontal alignment of content w.r.t column. If unspecified, content will be aligned to the leading edge.

Implementations

impl TableColumn[src]

pub fn align(&self) -> HorizontalAlignment[src]

Returns the enum value of align, or the default if the field is set to an invalid enum value.

pub fn set_align(&mut self, value: HorizontalAlignment)[src]

Sets align to the provided enum value.

Trait Implementations

impl Clone for TableColumn[src]

impl Debug for TableColumn[src]

impl Default for TableColumn[src]

impl Message for TableColumn[src]

impl PartialEq<TableColumn> for TableColumn[src]

impl StructuralPartialEq for TableColumn[src]

Auto Trait Implementations

impl RefUnwindSafe for TableColumn

impl Send for TableColumn

impl Sync for TableColumn

impl Unpin for TableColumn

impl UnwindSafe for TableColumn

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

impl<T> Instrument for T[src]

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

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

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]