pub struct startDateResolution;Trait Implementations§
Source§impl Field for startDateResolution
impl Field for startDateResolution
Source§impl HasField<startDateResolution> for ProjectSearchResult
impl HasField<startDateResolution> for ProjectSearchResult
Source§type Type = Option<DateResolutionType>
type Type = Option<DateResolutionType>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for startDateResolution
impl RefUnwindSafe for startDateResolution
impl Send for startDateResolution
impl Sync for startDateResolution
impl Unpin for startDateResolution
impl UnwindSafe for startDateResolution
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