pub struct DeployOutput<ProviderOutput> {
pub ip: String,
pub provider: ProviderOutput,
}Fields§
§ip: String§provider: ProviderOutputTrait Implementations§
Source§impl<ProviderOutput: Debug> Debug for DeployOutput<ProviderOutput>
impl<ProviderOutput: Debug> Debug for DeployOutput<ProviderOutput>
Source§impl<'de, ProviderOutput> Deserialize<'de> for DeployOutput<ProviderOutput>where
ProviderOutput: Deserialize<'de>,
impl<'de, ProviderOutput> Deserialize<'de> for DeployOutput<ProviderOutput>where
ProviderOutput: Deserialize<'de>,
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<ProviderOutput> Freeze for DeployOutput<ProviderOutput>where
ProviderOutput: Freeze,
impl<ProviderOutput> RefUnwindSafe for DeployOutput<ProviderOutput>where
ProviderOutput: RefUnwindSafe,
impl<ProviderOutput> Send for DeployOutput<ProviderOutput>where
ProviderOutput: Send,
impl<ProviderOutput> Sync for DeployOutput<ProviderOutput>where
ProviderOutput: Sync,
impl<ProviderOutput> Unpin for DeployOutput<ProviderOutput>where
ProviderOutput: Unpin,
impl<ProviderOutput> UnwindSafe for DeployOutput<ProviderOutput>where
ProviderOutput: UnwindSafe,
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