pub struct DesktopHandoffBuildResponse {
pub artifact_uri: String,
pub pinned_alias: Option<String>,
pub download_file_name: Option<String>,
pub download_content: Option<String>,
}Expand description
Desktop handoff build response payload.
Fields§
§artifact_uri: String§pinned_alias: Option<String>§download_file_name: Option<String>§download_content: Option<String>Trait Implementations§
Source§impl Clone for DesktopHandoffBuildResponse
impl Clone for DesktopHandoffBuildResponse
Source§fn clone(&self) -> DesktopHandoffBuildResponse
fn clone(&self) -> DesktopHandoffBuildResponse
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 DesktopHandoffBuildResponse
impl Debug for DesktopHandoffBuildResponse
Source§impl<'de> Deserialize<'de> for DesktopHandoffBuildResponse
impl<'de> Deserialize<'de> for DesktopHandoffBuildResponse
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 DesktopHandoffBuildResponse
impl RefUnwindSafe for DesktopHandoffBuildResponse
impl Send for DesktopHandoffBuildResponse
impl Sync for DesktopHandoffBuildResponse
impl Unpin for DesktopHandoffBuildResponse
impl UnsafeUnpin for DesktopHandoffBuildResponse
impl UnwindSafe for DesktopHandoffBuildResponse
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