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