pub struct ArtifactAuditIssue {
pub id: String,
pub field: String,
pub message: String,
}Fields§
§id: String§field: String§message: StringTrait Implementations§
Source§impl Clone for ArtifactAuditIssue
impl Clone for ArtifactAuditIssue
Source§fn clone(&self) -> ArtifactAuditIssue
fn clone(&self) -> ArtifactAuditIssue
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ArtifactAuditIssue
impl Debug for ArtifactAuditIssue
Source§impl<'de> Deserialize<'de> for ArtifactAuditIssue
impl<'de> Deserialize<'de> for ArtifactAuditIssue
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 ArtifactAuditIssue
impl RefUnwindSafe for ArtifactAuditIssue
impl Send for ArtifactAuditIssue
impl Sync for ArtifactAuditIssue
impl Unpin for ArtifactAuditIssue
impl UnsafeUnpin for ArtifactAuditIssue
impl UnwindSafe for ArtifactAuditIssue
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