pub struct SetRemoteDeployTargetRequest {
pub target: Option<Box<RemoteDeployTarget>>,
}Fields§
§target: Option<Box<RemoteDeployTarget>>Implementations§
Source§impl SetRemoteDeployTargetRequest
impl SetRemoteDeployTargetRequest
pub fn new() -> SetRemoteDeployTargetRequest
Trait Implementations§
Source§impl Clone for SetRemoteDeployTargetRequest
impl Clone for SetRemoteDeployTargetRequest
Source§impl Debug for SetRemoteDeployTargetRequest
impl Debug for SetRemoteDeployTargetRequest
Source§impl<'de> Deserialize<'de> for SetRemoteDeployTargetRequest
impl<'de> Deserialize<'de> for SetRemoteDeployTargetRequest
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
impl StructuralPartialEq for SetRemoteDeployTargetRequest
Auto Trait Implementations§
impl Freeze for SetRemoteDeployTargetRequest
impl RefUnwindSafe for SetRemoteDeployTargetRequest
impl Send for SetRemoteDeployTargetRequest
impl Sync for SetRemoteDeployTargetRequest
impl Unpin for SetRemoteDeployTargetRequest
impl UnsafeUnpin for SetRemoteDeployTargetRequest
impl UnwindSafe for SetRemoteDeployTargetRequest
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