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