pub struct Deps {
pub name: String,
pub dependencies: Vec<PackageReference>,
}
Fields§
§name: String
§dependencies: Vec<PackageReference>
Implementations§
Trait Implementations§
impl StructuralPartialEq for Deps
Auto Trait Implementations§
impl Freeze for Deps
impl RefUnwindSafe for Deps
impl Send for Deps
impl Sync for Deps
impl Unpin for Deps
impl UnwindSafe for Deps
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