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