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