pub struct DigestPlannerData;
Trait Implementations§
Source§impl Field for DigestPlannerData
impl Field for DigestPlannerData
Source§impl HasArgument<digestId> for DigestPlannerData
impl HasArgument<digestId> for DigestPlannerData
Source§impl HasArgument<endDate> for DigestPlannerData
impl HasArgument<endDate> for DigestPlannerData
Source§impl HasArgument<startDate> for DigestPlannerData
impl HasArgument<startDate> for DigestPlannerData
Auto Trait Implementations§
impl Freeze for DigestPlannerData
impl RefUnwindSafe for DigestPlannerData
impl Send for DigestPlannerData
impl Sync for DigestPlannerData
impl Unpin for DigestPlannerData
impl UnwindSafe for DigestPlannerData
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