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