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