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