pub struct ForgeMetadata {
pub group_id: String,
pub artifact_id: String,
pub versioning: ForgeVersioning,
}Fields§
§group_id: String§artifact_id: String§versioning: ForgeVersioningTrait Implementations§
Source§impl Debug for ForgeMetadata
impl Debug for ForgeMetadata
Source§impl<'de> Deserialize<'de> for ForgeMetadata
impl<'de> Deserialize<'de> for ForgeMetadata
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ForgeMetadata
impl RefUnwindSafe for ForgeMetadata
impl Send for ForgeMetadata
impl Sync for ForgeMetadata
impl Unpin for ForgeMetadata
impl UnsafeUnpin for ForgeMetadata
impl UnwindSafe for ForgeMetadata
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