pub struct RetrieveTeamMemberBookingProfileResponse {
pub team_member_booking_profile: Option<TeamMemberBookingProfile>,
pub errors: Option<Vec<Error>>,
}Expand description
This is a model struct for the RetrieveTeamMemberBookingProfileResponse type.
Fields§
§team_member_booking_profile: Option<TeamMemberBookingProfile>The returned team member booking profile.
errors: Option<Vec<Error>>Errors encountered during the request.
Trait Implementations§
source§impl Clone for RetrieveTeamMemberBookingProfileResponse
impl Clone for RetrieveTeamMemberBookingProfileResponse
source§fn clone(&self) -> RetrieveTeamMemberBookingProfileResponse
fn clone(&self) -> RetrieveTeamMemberBookingProfileResponse
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 RetrieveTeamMemberBookingProfileResponse
impl Default for RetrieveTeamMemberBookingProfileResponse
source§fn default() -> RetrieveTeamMemberBookingProfileResponse
fn default() -> RetrieveTeamMemberBookingProfileResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RetrieveTeamMemberBookingProfileResponse
impl<'de> Deserialize<'de> for RetrieveTeamMemberBookingProfileResponse
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 RetrieveTeamMemberBookingProfileResponse
impl PartialEq for RetrieveTeamMemberBookingProfileResponse
source§fn eq(&self, other: &RetrieveTeamMemberBookingProfileResponse) -> bool
fn eq(&self, other: &RetrieveTeamMemberBookingProfileResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for RetrieveTeamMemberBookingProfileResponse
impl StructuralPartialEq for RetrieveTeamMemberBookingProfileResponse
Auto Trait Implementations§
impl RefUnwindSafe for RetrieveTeamMemberBookingProfileResponse
impl Send for RetrieveTeamMemberBookingProfileResponse
impl Sync for RetrieveTeamMemberBookingProfileResponse
impl Unpin for RetrieveTeamMemberBookingProfileResponse
impl UnwindSafe for RetrieveTeamMemberBookingProfileResponse
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.