pub struct BrowserArtifactRef {
pub artifact_id: String,
pub uri: String,
pub kind: String,
pub label: Option<String>,
pub created_at_ms: u64,
pub metadata: Option<Value>,
}Fields§
§artifact_id: String§uri: String§kind: String§label: Option<String>§created_at_ms: u64§metadata: Option<Value>Trait Implementations§
Source§impl Clone for BrowserArtifactRef
impl Clone for BrowserArtifactRef
Source§fn clone(&self) -> BrowserArtifactRef
fn clone(&self) -> BrowserArtifactRef
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 BrowserArtifactRef
impl Debug for BrowserArtifactRef
Source§impl Default for BrowserArtifactRef
impl Default for BrowserArtifactRef
Source§fn default() -> BrowserArtifactRef
fn default() -> BrowserArtifactRef
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BrowserArtifactRef
impl<'de> Deserialize<'de> for BrowserArtifactRef
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 BrowserArtifactRef
impl RefUnwindSafe for BrowserArtifactRef
impl Send for BrowserArtifactRef
impl Sync for BrowserArtifactRef
impl Unpin for BrowserArtifactRef
impl UnsafeUnpin for BrowserArtifactRef
impl UnwindSafe for BrowserArtifactRef
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