pub struct CommentCollectionFilter;Trait Implementations§
impl HasInputField<and, Option<Vec<CommentCollectionFilter>>> for CommentCollectionFilter
impl HasInputField<body, Option<StringComparator>> for CommentCollectionFilter
impl HasInputField<createdAt, Option<DateComparator>> for CommentCollectionFilter
impl HasInputField<documentContent, Option<NullableDocumentContentFilter>> for CommentCollectionFilter
impl HasInputField<every, Option<CommentFilter>> for CommentCollectionFilter
impl HasInputField<id, Option<IDComparator>> for CommentCollectionFilter
impl HasInputField<issue, Option<NullableIssueFilter>> for CommentCollectionFilter
impl HasInputField<length, Option<NumberComparator>> for CommentCollectionFilter
impl HasInputField<needs, Option<CustomerNeedCollectionFilter>> for CommentCollectionFilter
impl HasInputField<or, Option<Vec<CommentCollectionFilter>>> for CommentCollectionFilter
impl HasInputField<parent, Option<NullableCommentFilter>> for CommentCollectionFilter
impl HasInputField<projectUpdate, Option<NullableProjectUpdateFilter>> for CommentCollectionFilter
impl HasInputField<reactions, Option<ReactionCollectionFilter>> for CommentCollectionFilter
impl HasInputField<some, Option<CommentFilter>> for CommentCollectionFilter
impl HasInputField<updatedAt, Option<DateComparator>> for CommentCollectionFilter
impl HasInputField<user, Option<UserFilter>> for CommentCollectionFilter
impl InputObjectMarker for CommentCollectionFilter
Auto Trait Implementations§
impl Freeze for CommentCollectionFilter
impl RefUnwindSafe for CommentCollectionFilter
impl Send for CommentCollectionFilter
impl Sync for CommentCollectionFilter
impl Unpin for CommentCollectionFilter
impl UnwindSafe for CommentCollectionFilter
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