pub struct AppointmentRecurrenceTemplateWeeklyTemplateBackboneElement {
pub id: Option<String>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub monday: Option<BooleanDt>,
pub tuesday: Option<BooleanDt>,
pub wednesday: Option<BooleanDt>,
pub thursday: Option<BooleanDt>,
pub friday: Option<BooleanDt>,
pub saturday: Option<BooleanDt>,
pub sunday: Option<BooleanDt>,
pub week_interval: Option<PositiveIntDt>,
}
Fields§
§id: Option<String>
Unique id for inter-element referencing
extension: Option<Vec<Extension>>
Additional content defined by implementations
modifier_extension: Option<Vec<Extension>>
Extensions that cannot be ignored even if unrecognized
monday: Option<BooleanDt>
Recurs on Mondays
tuesday: Option<BooleanDt>
Recurs on Tuesday
wednesday: Option<BooleanDt>
Recurs on Wednesday
thursday: Option<BooleanDt>
Recurs on Thursday
friday: Option<BooleanDt>
Recurs on Friday
saturday: Option<BooleanDt>
Recurs on Saturday
sunday: Option<BooleanDt>
Recurs on Sunday
week_interval: Option<PositiveIntDt>
Recurs every nth week
Trait Implementations§
Source§impl Clone for AppointmentRecurrenceTemplateWeeklyTemplateBackboneElement
impl Clone for AppointmentRecurrenceTemplateWeeklyTemplateBackboneElement
Source§fn clone(&self) -> AppointmentRecurrenceTemplateWeeklyTemplateBackboneElement
fn clone(&self) -> AppointmentRecurrenceTemplateWeeklyTemplateBackboneElement
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 Convert for AppointmentRecurrenceTemplateWeeklyTemplateBackboneElement
impl Convert for AppointmentRecurrenceTemplateWeeklyTemplateBackboneElement
fn to_integer(&self) -> Result<Integer>
fn to_decimal(&self) -> Result<Decimal>
fn to_strings(&self) -> Result<String>
fn to_datetime(&self) -> Result<DateTime>
fn to_boolean(&self) -> Result<Boolean>
Source§impl Default for AppointmentRecurrenceTemplateWeeklyTemplateBackboneElement
impl Default for AppointmentRecurrenceTemplateWeeklyTemplateBackboneElement
Source§fn default() -> AppointmentRecurrenceTemplateWeeklyTemplateBackboneElement
fn default() -> AppointmentRecurrenceTemplateWeeklyTemplateBackboneElement
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AppointmentRecurrenceTemplateWeeklyTemplateBackboneElement
impl<'de> Deserialize<'de> for AppointmentRecurrenceTemplateWeeklyTemplateBackboneElement
fn deserialize<De>(deserializer: De) -> Result<Self>where
De: Deserializer<'de>,
Source§impl Executor for AppointmentRecurrenceTemplateWeeklyTemplateBackboneElement
impl Executor for AppointmentRecurrenceTemplateWeeklyTemplateBackboneElement
fn element(&self, symbol: &String, index: &Option<usize>) -> Result<Collection>
fn to_collection(&self, index: &Option<usize>) -> Collection
fn child(&self, _index: usize) -> Result<Collection>
impl DataType for AppointmentRecurrenceTemplateWeeklyTemplateBackboneElement
Auto Trait Implementations§
impl Freeze for AppointmentRecurrenceTemplateWeeklyTemplateBackboneElement
impl RefUnwindSafe for AppointmentRecurrenceTemplateWeeklyTemplateBackboneElement
impl Send for AppointmentRecurrenceTemplateWeeklyTemplateBackboneElement
impl Sync for AppointmentRecurrenceTemplateWeeklyTemplateBackboneElement
impl Unpin for AppointmentRecurrenceTemplateWeeklyTemplateBackboneElement
impl UnwindSafe for AppointmentRecurrenceTemplateWeeklyTemplateBackboneElement
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