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