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