struct StartRunResponse {
run_id: String,
upload_uri_prefix: String,
upload_credentials: RawCredentials,
}Fields§
§run_id: String§upload_uri_prefix: String§upload_credentials: RawCredentialsTrait Implementations§
Source§impl Debug for StartRunResponse
impl Debug for StartRunResponse
Source§impl<'de> Deserialize<'de> for StartRunResponse
impl<'de> Deserialize<'de> for StartRunResponse
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 StartRunResponse
impl RefUnwindSafe for StartRunResponse
impl Send for StartRunResponse
impl Sync for StartRunResponse
impl Unpin for StartRunResponse
impl UnsafeUnpin for StartRunResponse
impl UnwindSafe for StartRunResponse
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