pub struct ListParticipantResponse {
pub participants: Option<Vec<ApiPeriodV2010PeriodAccountPeriodConferencePeriodParticipant>>,
pub end: Option<i32>,
pub first_page_uri: Option<String>,
pub next_page_uri: Option<Option<String>>,
pub page: Option<i32>,
pub page_size: Option<i32>,
pub previous_page_uri: Option<Option<String>>,
pub start: Option<i32>,
pub uri: Option<String>,
}
Fields§
§participants: Option<Vec<ApiPeriodV2010PeriodAccountPeriodConferencePeriodParticipant>>
§end: Option<i32>
§first_page_uri: Option<String>
§next_page_uri: Option<Option<String>>
§page: Option<i32>
§page_size: Option<i32>
§previous_page_uri: Option<Option<String>>
§start: Option<i32>
§uri: Option<String>
Implementations§
Source§impl ListParticipantResponse
impl ListParticipantResponse
pub fn new() -> ListParticipantResponse
Trait Implementations§
Source§impl Clone for ListParticipantResponse
impl Clone for ListParticipantResponse
Source§fn clone(&self) -> ListParticipantResponse
fn clone(&self) -> ListParticipantResponse
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 ListParticipantResponse
impl Debug for ListParticipantResponse
Source§impl Default for ListParticipantResponse
impl Default for ListParticipantResponse
Source§fn default() -> ListParticipantResponse
fn default() -> ListParticipantResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListParticipantResponse
impl<'de> Deserialize<'de> for ListParticipantResponse
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 ListParticipantResponse
impl PartialEq for ListParticipantResponse
Source§impl Serialize for ListParticipantResponse
impl Serialize for ListParticipantResponse
impl StructuralPartialEq for ListParticipantResponse
Auto Trait Implementations§
impl Freeze for ListParticipantResponse
impl RefUnwindSafe for ListParticipantResponse
impl Send for ListParticipantResponse
impl Sync for ListParticipantResponse
impl Unpin for ListParticipantResponse
impl UnwindSafe for ListParticipantResponse
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