pub struct DepSpec {
pub version: String,
pub features: Vec<String>,
}Expand description
A dependency specification (version + features).
Fields§
§version: String§features: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DepSpec
impl RefUnwindSafe for DepSpec
impl Send for DepSpec
impl Sync for DepSpec
impl Unpin for DepSpec
impl UnsafeUnpin for DepSpec
impl UnwindSafe for DepSpec
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