pub struct AppliedDateAndTimeAssignment {
pub assigned_date_and_time: DateAndTimeRef,
pub role: DateTimeRoleRef,
pub items: Vec<DateAndTimeItemRef>,
}Fields§
§assigned_date_and_time: DateAndTimeRef§role: DateTimeRoleRef§items: Vec<DateAndTimeItemRef>Trait Implementations§
Source§impl Clone for AppliedDateAndTimeAssignment
impl Clone for AppliedDateAndTimeAssignment
Source§fn clone(&self) -> AppliedDateAndTimeAssignment
fn clone(&self) -> AppliedDateAndTimeAssignment
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 Debug for AppliedDateAndTimeAssignment
impl Debug for AppliedDateAndTimeAssignment
Source§impl PartialEq for AppliedDateAndTimeAssignment
impl PartialEq for AppliedDateAndTimeAssignment
Source§fn eq(&self, other: &AppliedDateAndTimeAssignment) -> bool
fn eq(&self, other: &AppliedDateAndTimeAssignment) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AppliedDateAndTimeAssignment
Auto Trait Implementations§
impl Freeze for AppliedDateAndTimeAssignment
impl RefUnwindSafe for AppliedDateAndTimeAssignment
impl Send for AppliedDateAndTimeAssignment
impl Sync for AppliedDateAndTimeAssignment
impl Unpin for AppliedDateAndTimeAssignment
impl UnsafeUnpin for AppliedDateAndTimeAssignment
impl UnwindSafe for AppliedDateAndTimeAssignment
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