pub struct AttachmentCollectionFilter;Trait Implementations§
impl HasInputField<and, Option<Vec<AttachmentCollectionFilter>>> for AttachmentCollectionFilter
impl HasInputField<createdAt, Option<DateComparator>> for AttachmentCollectionFilter
impl HasInputField<creator, Option<NullableUserFilter>> for AttachmentCollectionFilter
impl HasInputField<every, Option<AttachmentFilter>> for AttachmentCollectionFilter
impl HasInputField<id, Option<IDComparator>> for AttachmentCollectionFilter
impl HasInputField<length, Option<NumberComparator>> for AttachmentCollectionFilter
impl HasInputField<or, Option<Vec<AttachmentCollectionFilter>>> for AttachmentCollectionFilter
impl HasInputField<some, Option<AttachmentFilter>> for AttachmentCollectionFilter
impl HasInputField<sourceType, Option<SourceTypeComparator>> for AttachmentCollectionFilter
impl HasInputField<subtitle, Option<NullableStringComparator>> for AttachmentCollectionFilter
impl HasInputField<title, Option<StringComparator>> for AttachmentCollectionFilter
impl HasInputField<updatedAt, Option<DateComparator>> for AttachmentCollectionFilter
impl HasInputField<url, Option<StringComparator>> for AttachmentCollectionFilter
impl InputObjectMarker for AttachmentCollectionFilter
Auto Trait Implementations§
impl Freeze for AttachmentCollectionFilter
impl RefUnwindSafe for AttachmentCollectionFilter
impl Send for AttachmentCollectionFilter
impl Sync for AttachmentCollectionFilter
impl Unpin for AttachmentCollectionFilter
impl UnwindSafe for AttachmentCollectionFilter
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