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§fn clone(&self) -> GetDeployTo200Response
fn clone(&self) -> GetDeployTo200Response
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 GetDeployTo200Response
impl Debug for GetDeployTo200Response
Source§impl Default for GetDeployTo200Response
impl Default for GetDeployTo200Response
Source§fn default() -> GetDeployTo200Response
fn default() -> GetDeployTo200Response
Returns the “default value” for a type. Read more
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 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