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