Struct gapi_grpc::google::actions::sdk::v2::interactionmodel::prompt::TableColumn [−][src]
Describes a column in the 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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,