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