pub struct AttachmentConnection;Trait Implementations§
Source§impl HasField<__typename> for AttachmentConnection
impl HasField<__typename> for AttachmentConnection
Source§impl HasField<edges> for AttachmentConnection
impl HasField<edges> for AttachmentConnection
Source§type Type = Vec<AttachmentEdge>
type Type = Vec<AttachmentEdge>
The schema marker type of this field.
Source§impl HasField<nodes> for AttachmentConnection
impl HasField<nodes> for AttachmentConnection
Source§type Type = Vec<Attachment>
type Type = Vec<Attachment>
The schema marker type of this field.
Source§impl HasField<pageInfo> for AttachmentConnection
impl HasField<pageInfo> for AttachmentConnection
Auto Trait Implementations§
impl Freeze for AttachmentConnection
impl RefUnwindSafe for AttachmentConnection
impl Send for AttachmentConnection
impl Sync for AttachmentConnection
impl Unpin for AttachmentConnection
impl UnwindSafe for AttachmentConnection
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