pub struct DocumentEdge;Trait Implementations§
Source§impl HasField<__typename> for DocumentEdge
impl HasField<__typename> for DocumentEdge
Source§impl HasField<cursor> for DocumentEdge
impl HasField<cursor> for DocumentEdge
Source§impl HasField<node> for DocumentEdge
impl HasField<node> for DocumentEdge
Auto Trait Implementations§
impl Freeze for DocumentEdge
impl RefUnwindSafe for DocumentEdge
impl Send for DocumentEdge
impl Sync for DocumentEdge
impl Unpin for DocumentEdge
impl UnwindSafe for DocumentEdge
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