Expand description
AppointmentResource : The resource that performs or performed appointment fulfillment.
Fields
resource_id: Option<String>The resource identifier.
Implementations
sourceimpl AppointmentResource
impl AppointmentResource
sourcepub fn new() -> AppointmentResource
pub fn new() -> AppointmentResource
The resource that performs or performed appointment fulfillment.
Trait Implementations
sourceimpl Clone for AppointmentResource
impl Clone for AppointmentResource
sourcefn clone(&self) -> AppointmentResource
fn clone(&self) -> AppointmentResource
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AppointmentResource
impl Debug for AppointmentResource
sourceimpl Default for AppointmentResource
impl Default for AppointmentResource
sourcefn default() -> AppointmentResource
fn default() -> AppointmentResource
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for AppointmentResource
impl<'de> Deserialize<'de> for AppointmentResource
sourcefn 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
sourceimpl PartialEq<AppointmentResource> for AppointmentResource
impl PartialEq<AppointmentResource> for AppointmentResource
sourcefn eq(&self, other: &AppointmentResource) -> bool
fn eq(&self, other: &AppointmentResource) -> bool
sourceimpl Serialize for AppointmentResource
impl Serialize for AppointmentResource
impl StructuralPartialEq for AppointmentResource
Auto Trait Implementations
impl RefUnwindSafe for AppointmentResource
impl Send for AppointmentResource
impl Sync for AppointmentResource
impl Unpin for AppointmentResource
impl UnwindSafe for AppointmentResource
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more