pub struct GetDatatableFullSchema200ResponseValueValue {
pub name: String,
pub columns: Vec<GetDatatableFullSchema200ResponseValueValueColumnsInner>,
pub foreign_keys: Vec<GetDatatableFullSchema200ResponseValueValueForeignKeysInner>,
pub pk_constraint_name: Option<String>,
}Fields§
§name: String§columns: Vec<GetDatatableFullSchema200ResponseValueValueColumnsInner>§foreign_keys: Vec<GetDatatableFullSchema200ResponseValueValueForeignKeysInner>§pk_constraint_name: Option<String>Implementations§
Source§impl GetDatatableFullSchema200ResponseValueValue
impl GetDatatableFullSchema200ResponseValueValue
pub fn new( name: String, columns: Vec<GetDatatableFullSchema200ResponseValueValueColumnsInner>, foreign_keys: Vec<GetDatatableFullSchema200ResponseValueValueForeignKeysInner>, ) -> GetDatatableFullSchema200ResponseValueValue
Trait Implementations§
Source§impl Clone for GetDatatableFullSchema200ResponseValueValue
impl Clone for GetDatatableFullSchema200ResponseValueValue
Source§fn clone(&self) -> GetDatatableFullSchema200ResponseValueValue
fn clone(&self) -> GetDatatableFullSchema200ResponseValueValue
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 GetDatatableFullSchema200ResponseValueValue
impl Default for GetDatatableFullSchema200ResponseValueValue
Source§fn default() -> GetDatatableFullSchema200ResponseValueValue
fn default() -> GetDatatableFullSchema200ResponseValueValue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetDatatableFullSchema200ResponseValueValue
impl<'de> Deserialize<'de> for GetDatatableFullSchema200ResponseValueValue
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
Source§impl PartialEq for GetDatatableFullSchema200ResponseValueValue
impl PartialEq for GetDatatableFullSchema200ResponseValueValue
Source§fn eq(&self, other: &GetDatatableFullSchema200ResponseValueValue) -> bool
fn eq(&self, other: &GetDatatableFullSchema200ResponseValueValue) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetDatatableFullSchema200ResponseValueValue
Auto Trait Implementations§
impl Freeze for GetDatatableFullSchema200ResponseValueValue
impl RefUnwindSafe for GetDatatableFullSchema200ResponseValueValue
impl Send for GetDatatableFullSchema200ResponseValueValue
impl Sync for GetDatatableFullSchema200ResponseValueValue
impl Unpin for GetDatatableFullSchema200ResponseValueValue
impl UnsafeUnpin for GetDatatableFullSchema200ResponseValueValue
impl UnwindSafe for GetDatatableFullSchema200ResponseValueValue
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