pub struct ArtifactContent {
pub artifact_id: ArtifactId,
pub content: String,
}Fields§
§artifact_id: ArtifactId§content: StringTrait Implementations§
Source§impl Clone for ArtifactContent
impl Clone for ArtifactContent
Source§fn clone(&self) -> ArtifactContent
fn clone(&self) -> ArtifactContent
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 ArtifactContent
impl Debug for ArtifactContent
Source§impl<'de> Deserialize<'de> for ArtifactContent
impl<'de> Deserialize<'de> for ArtifactContent
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 ArtifactContent
impl RefUnwindSafe for ArtifactContent
impl Send for ArtifactContent
impl Sync for ArtifactContent
impl Unpin for ArtifactContent
impl UnsafeUnpin for ArtifactContent
impl UnwindSafe for ArtifactContent
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