pub enum BulkRetrieveTeamMemberBookingProfilesError {
UnknownValue(Value),
}Expand description
struct for typed errors of method bulk_retrieve_team_member_booking_profiles
Variants§
Trait Implementations§
Source§impl Clone for BulkRetrieveTeamMemberBookingProfilesError
impl Clone for BulkRetrieveTeamMemberBookingProfilesError
Source§fn clone(&self) -> BulkRetrieveTeamMemberBookingProfilesError
fn clone(&self) -> BulkRetrieveTeamMemberBookingProfilesError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for BulkRetrieveTeamMemberBookingProfilesError
impl<'de> Deserialize<'de> for BulkRetrieveTeamMemberBookingProfilesError
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
Auto Trait Implementations§
impl Freeze for BulkRetrieveTeamMemberBookingProfilesError
impl RefUnwindSafe for BulkRetrieveTeamMemberBookingProfilesError
impl Send for BulkRetrieveTeamMemberBookingProfilesError
impl Sync for BulkRetrieveTeamMemberBookingProfilesError
impl Unpin for BulkRetrieveTeamMemberBookingProfilesError
impl UnsafeUnpin for BulkRetrieveTeamMemberBookingProfilesError
impl UnwindSafe for BulkRetrieveTeamMemberBookingProfilesError
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