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