pub struct DefinedType {
pub artifact: Option<String>,
pub group: Option<String>,
pub type: Option<String>,
pub type_description: Option<String>,
pub version: Option<String>,
}Fields§
§artifact: Option<String>§group: Option<String>§type: Option<String>§type_description: Option<String>§version: Option<String>Trait Implementations§
Source§impl Clone for DefinedType
impl Clone for DefinedType
Source§fn clone(&self) -> DefinedType
fn clone(&self) -> DefinedType
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 DefinedType
impl Debug for DefinedType
Source§impl Default for DefinedType
impl Default for DefinedType
Source§fn default() -> DefinedType
fn default() -> DefinedType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DefinedType
impl<'de> Deserialize<'de> for DefinedType
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
Source§impl From<DefinedType> for DefinedType
impl From<DefinedType> for DefinedType
Source§fn from(v: DefinedType) -> Self
fn from(v: DefinedType) -> Self
Converts to this type from the input type.
Source§impl From<DefinedType> for DefinedType
impl From<DefinedType> for DefinedType
Source§fn from(v: DefinedType) -> Self
fn from(v: DefinedType) -> Self
Converts to this type from the input type.
Source§impl From<DefinedType> for DefinedType
impl From<DefinedType> for DefinedType
Source§fn from(v: DefinedType) -> Self
fn from(v: DefinedType) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DefinedType
impl RefUnwindSafe for DefinedType
impl Send for DefinedType
impl Sync for DefinedType
impl Unpin for DefinedType
impl UnsafeUnpin for DefinedType
impl UnwindSafe for DefinedType
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