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