pub struct ReleaseAssetEdge;Trait Implementations§
Source§impl HasField<__typename> for ReleaseAssetEdge
impl HasField<__typename> for ReleaseAssetEdge
Source§impl HasField<cursor> for ReleaseAssetEdge
impl HasField<cursor> for ReleaseAssetEdge
Source§impl HasField<node> for ReleaseAssetEdge
impl HasField<node> for ReleaseAssetEdge
Source§type Type = Option<ReleaseAsset>
type Type = Option<ReleaseAsset>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for ReleaseAssetEdge
impl RefUnwindSafe for ReleaseAssetEdge
impl Send for ReleaseAssetEdge
impl Sync for ReleaseAssetEdge
impl Unpin for ReleaseAssetEdge
impl UnwindSafe for ReleaseAssetEdge
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