pub struct TableFieldSchemaRangeElementType {
pub type_: Option<String>,
}Expand description
Represents the type of a field element.
This type is not used in any activity, and only used as part of another schema.
Fields§
§type_: Option<String>Required. The type of a field element. For more information, see TableFieldSchema.type.
Trait Implementations§
Source§impl Clone for TableFieldSchemaRangeElementType
impl Clone for TableFieldSchemaRangeElementType
Source§fn clone(&self) -> TableFieldSchemaRangeElementType
fn clone(&self) -> TableFieldSchemaRangeElementType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for TableFieldSchemaRangeElementType
impl Default for TableFieldSchemaRangeElementType
Source§fn default() -> TableFieldSchemaRangeElementType
fn default() -> TableFieldSchemaRangeElementType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TableFieldSchemaRangeElementType
impl<'de> Deserialize<'de> for TableFieldSchemaRangeElementType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl NestedType for TableFieldSchemaRangeElementType
impl Part for TableFieldSchemaRangeElementType
Auto Trait Implementations§
impl Freeze for TableFieldSchemaRangeElementType
impl RefUnwindSafe for TableFieldSchemaRangeElementType
impl Send for TableFieldSchemaRangeElementType
impl Sync for TableFieldSchemaRangeElementType
impl Unpin for TableFieldSchemaRangeElementType
impl UnwindSafe for TableFieldSchemaRangeElementType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more