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