Struct AppointmentParticipantResponse
#[repr(transparent)]pub struct AppointmentParticipantResponse(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for AppointmentParticipantResponse
impl Clone for AppointmentParticipantResponse
§fn clone(&self) -> AppointmentParticipantResponse
fn clone(&self) -> AppointmentParticipantResponse
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 more§impl Debug for AppointmentParticipantResponse
impl Debug for AppointmentParticipantResponse
§impl Default for AppointmentParticipantResponse
impl Default for AppointmentParticipantResponse
§fn default() -> AppointmentParticipantResponse
fn default() -> AppointmentParticipantResponse
Returns the “default value” for a type. Read more
§impl PartialEq for AppointmentParticipantResponse
impl PartialEq for AppointmentParticipantResponse
impl Copy for AppointmentParticipantResponse
impl Eq for AppointmentParticipantResponse
impl StructuralPartialEq for AppointmentParticipantResponse
Auto Trait Implementations§
impl Freeze for AppointmentParticipantResponse
impl RefUnwindSafe for AppointmentParticipantResponse
impl Send for AppointmentParticipantResponse
impl Sync for AppointmentParticipantResponse
impl Unpin for AppointmentParticipantResponse
impl UnwindSafe for AppointmentParticipantResponse
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