pub struct DataTableSettingsDatatablesValueReference {
pub workspace_id: String,
pub datatable: String,
}Expand description
DataTableSettingsDatatablesValueReference : The workspace and data table that govern this one. Server-owned: written by fork creation, and carried across a settings save whatever the request says.
Fields§
§workspace_id: String§datatable: StringImplementations§
Source§impl DataTableSettingsDatatablesValueReference
impl DataTableSettingsDatatablesValueReference
Sourcepub fn new(
workspace_id: String,
datatable: String,
) -> DataTableSettingsDatatablesValueReference
pub fn new( workspace_id: String, datatable: String, ) -> DataTableSettingsDatatablesValueReference
The workspace and data table that govern this one. Server-owned: written by fork creation, and carried across a settings save whatever the request says.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DataTableSettingsDatatablesValueReference
impl<'de> Deserialize<'de> for DataTableSettingsDatatablesValueReference
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 StructuralPartialEq for DataTableSettingsDatatablesValueReference
Auto Trait Implementations§
impl Freeze for DataTableSettingsDatatablesValueReference
impl RefUnwindSafe for DataTableSettingsDatatablesValueReference
impl Send for DataTableSettingsDatatablesValueReference
impl Sync for DataTableSettingsDatatablesValueReference
impl Unpin for DataTableSettingsDatatablesValueReference
impl UnsafeUnpin for DataTableSettingsDatatablesValueReference
impl UnwindSafe for DataTableSettingsDatatablesValueReference
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