pub struct PaymentDate;Expand description
PaymentDate (504).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PaymentDate
impl RefUnwindSafe for PaymentDate
impl Send for PaymentDate
impl Sync for PaymentDate
impl Unpin for PaymentDate
impl UnsafeUnpin for PaymentDate
impl UnwindSafe for PaymentDate
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