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