pub struct DependencyKey {
pub group_id: Option<String>,
pub artifact_id: Option<String>,
}
Fields§
§group_id: Option<String>
§artifact_id: Option<String>
Trait Implementations§
Source§impl Clone for DependencyKey
impl Clone for DependencyKey
Source§fn clone(&self) -> DependencyKey
fn clone(&self) -> DependencyKey
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DependencyKey
impl Debug for DependencyKey
Source§impl Display for DependencyKey
impl Display for DependencyKey
Source§impl Hash for DependencyKey
impl Hash for DependencyKey
Source§impl PartialEq for DependencyKey
impl PartialEq for DependencyKey
impl Eq for DependencyKey
impl StructuralPartialEq for DependencyKey
Auto Trait Implementations§
impl Freeze for DependencyKey
impl RefUnwindSafe for DependencyKey
impl Send for DependencyKey
impl Sync for DependencyKey
impl Unpin for DependencyKey
impl UnwindSafe for DependencyKey
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