pub struct DependencyGraphManifest;Trait Implementations§
Source§impl HasField<__typename> for DependencyGraphManifest
impl HasField<__typename> for DependencyGraphManifest
Source§impl HasField<blobPath> for DependencyGraphManifest
impl HasField<blobPath> for DependencyGraphManifest
Source§impl HasField<dependencies> for DependencyGraphManifest
impl HasField<dependencies> for DependencyGraphManifest
Source§type Type = Option<DependencyGraphDependencyConnection>
type Type = Option<DependencyGraphDependencyConnection>
The schema marker type of this field.
Source§impl HasField<filename> for DependencyGraphManifest
impl HasField<filename> for DependencyGraphManifest
Source§impl HasField<id> for DependencyGraphManifest
impl HasField<id> for DependencyGraphManifest
Source§impl HasField<parseable> for DependencyGraphManifest
impl HasField<parseable> for DependencyGraphManifest
Source§impl HasField<repository> for DependencyGraphManifest
impl HasField<repository> for DependencyGraphManifest
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
Source§impl NamedType for DependencyGraphManifest
impl NamedType for DependencyGraphManifest
impl HasSubtype<DependencyGraphManifest> for Node
Auto Trait Implementations§
impl Freeze for DependencyGraphManifest
impl RefUnwindSafe for DependencyGraphManifest
impl Send for DependencyGraphManifest
impl Sync for DependencyGraphManifest
impl Unpin for DependencyGraphManifest
impl UnwindSafe for DependencyGraphManifest
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