pub struct Date {}
Trait Implementations§
Source§impl IsScalar<Date> for DateTime<Utc>
impl IsScalar<Date> for DateTime<Utc>
Source§type SchemaType = Date
type SchemaType = Date
The schema marker type this scalar represents.
impl CoercesTo<Date> for DateTime<Utc>
impl HasInputField<createdAt, Date> for CreateCollectionDataInput
impl HasInputField<endDate, Date> for CreateForumEventDataInput
impl HasInputField<endedAt, Date> for CreateUserRateLimitDataInput
impl HasInputField<lastPromotedAt, Date> for CreateSpotlightDataInput
impl HasInputField<startDate, Date> for CreateDigestDataInput
impl HasInputField<startDate, Date> for CreateForumEventDataInput
Auto Trait Implementations§
impl Freeze for Date
impl RefUnwindSafe for Date
impl Send for Date
impl Sync for Date
impl Unpin for Date
impl UnwindSafe for Date
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