pub struct DataTableSettingsDatatablesValueGovernedBy {
pub workspace_id: String,
pub datatable: String,
}Expand description
DataTableSettingsDatatablesValueGovernedBy : On a clone, the data table it was copied from, whose roles it takes. Server-owned like reference.
Fields§
§workspace_id: String§datatable: StringImplementations§
Source§impl DataTableSettingsDatatablesValueGovernedBy
impl DataTableSettingsDatatablesValueGovernedBy
Sourcepub fn new(
workspace_id: String,
datatable: String,
) -> DataTableSettingsDatatablesValueGovernedBy
pub fn new( workspace_id: String, datatable: String, ) -> DataTableSettingsDatatablesValueGovernedBy
On a clone, the data table it was copied from, whose roles it takes. Server-owned like reference.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DataTableSettingsDatatablesValueGovernedBy
impl<'de> Deserialize<'de> for DataTableSettingsDatatablesValueGovernedBy
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 DataTableSettingsDatatablesValueGovernedBy
Auto Trait Implementations§
impl Freeze for DataTableSettingsDatatablesValueGovernedBy
impl RefUnwindSafe for DataTableSettingsDatatablesValueGovernedBy
impl Send for DataTableSettingsDatatablesValueGovernedBy
impl Sync for DataTableSettingsDatatablesValueGovernedBy
impl Unpin for DataTableSettingsDatatablesValueGovernedBy
impl UnsafeUnpin for DataTableSettingsDatatablesValueGovernedBy
impl UnwindSafe for DataTableSettingsDatatablesValueGovernedBy
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