pub struct RefConnection;
Trait Implementations§
Source§impl HasField<__typename> for RefConnection
impl HasField<__typename> for RefConnection
Source§impl HasField<edges> for RefConnection
impl HasField<edges> for RefConnection
Source§impl HasField<nodes> for RefConnection
impl HasField<nodes> for RefConnection
Source§impl HasField<pageInfo> for RefConnection
impl HasField<pageInfo> for RefConnection
Source§impl HasField<totalCount> for RefConnection
impl HasField<totalCount> for RefConnection
Auto Trait Implementations§
impl Freeze for RefConnection
impl RefUnwindSafe for RefConnection
impl Send for RefConnection
impl Sync for RefConnection
impl Unpin for RefConnection
impl UnwindSafe for RefConnection
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