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