pub struct attachmentsForURL;Trait Implementations§
Source§impl Field for attachmentsForURL
impl Field for attachmentsForURL
Source§impl HasArgument<after> for attachmentsForURL
impl HasArgument<after> for attachmentsForURL
Source§impl HasArgument<before> for attachmentsForURL
impl HasArgument<before> for attachmentsForURL
Source§impl HasArgument<first> for attachmentsForURL
impl HasArgument<first> for attachmentsForURL
Source§impl HasArgument<last> for attachmentsForURL
impl HasArgument<last> for attachmentsForURL
Source§impl HasArgument<orderBy> for attachmentsForURL
impl HasArgument<orderBy> for attachmentsForURL
Source§type ArgumentType = Option<PaginationOrderBy>
type ArgumentType = Option<PaginationOrderBy>
The schema marker type of this argument.
Source§impl HasArgument<url> for attachmentsForURL
impl HasArgument<url> for attachmentsForURL
Source§impl HasField<attachmentsForURL> for Query
impl HasField<attachmentsForURL> for Query
Source§type Type = AttachmentConnection
type Type = AttachmentConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for attachmentsForURL
impl RefUnwindSafe for attachmentsForURL
impl Send for attachmentsForURL
impl Sync for attachmentsForURL
impl Unpin for attachmentsForURL
impl UnwindSafe for attachmentsForURL
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