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