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