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