pub struct targetDateResolution;Trait Implementations§
Source§impl Field for targetDateResolution
impl Field for targetDateResolution
impl HasInputField<targetDateResolution, Option<DateResolutionType>> for InitiativeCreateInput
Auto Trait Implementations§
impl Freeze for targetDateResolution
impl RefUnwindSafe for targetDateResolution
impl Send for targetDateResolution
impl Sync for targetDateResolution
impl Unpin for targetDateResolution
impl UnwindSafe for targetDateResolution
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