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