pub struct ZohoObjectDataset {
pub dataset: Dataset,
pub type_properties: Option<GenericDatasetTypeProperties>,
}Expand description
Zoho server dataset.
Fields§
§dataset: Dataset§type_properties: Option<GenericDatasetTypeProperties>Properties specific to this dataset type.
Implementations§
Trait Implementations§
Source§impl Clone for ZohoObjectDataset
impl Clone for ZohoObjectDataset
Source§fn clone(&self) -> ZohoObjectDataset
fn clone(&self) -> ZohoObjectDataset
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 Debug for ZohoObjectDataset
impl Debug for ZohoObjectDataset
Source§impl<'de> Deserialize<'de> for ZohoObjectDataset
impl<'de> Deserialize<'de> for ZohoObjectDataset
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 ZohoObjectDataset
impl PartialEq for ZohoObjectDataset
Source§impl Serialize for ZohoObjectDataset
impl Serialize for ZohoObjectDataset
impl StructuralPartialEq for ZohoObjectDataset
Auto Trait Implementations§
impl Freeze for ZohoObjectDataset
impl RefUnwindSafe for ZohoObjectDataset
impl Send for ZohoObjectDataset
impl Sync for ZohoObjectDataset
impl Unpin for ZohoObjectDataset
impl UnwindSafe for ZohoObjectDataset
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