pub struct targetDateResolution;Trait Implementations§
Source§impl Field for targetDateResolution
impl Field for targetDateResolution
Source§impl HasField<targetDateResolution> for Project
impl HasField<targetDateResolution> for Project
Source§type Type = Option<DateResolutionType>
type Type = Option<DateResolutionType>
The schema marker type of this field.
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