pub struct nextBatchDate;
Trait Implementations§
Source§impl Field for nextBatchDate
impl Field for nextBatchDate
Source§impl HasField<nextBatchDate> for KarmaChanges
impl HasField<nextBatchDate> for KarmaChanges
Auto Trait Implementations§
impl Freeze for nextBatchDate
impl RefUnwindSafe for nextBatchDate
impl Send for nextBatchDate
impl Sync for nextBatchDate
impl Unpin for nextBatchDate
impl UnwindSafe for nextBatchDate
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