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