pub struct RemoteDeployTarget {
pub base_url: String,
pub workspace_id: String,
}Fields§
§base_url: Stringroot URL of the remote Windmill instance, without /api
workspace_id: Stringworkspace on the remote instance that deploys land in
Implementations§
Source§impl RemoteDeployTarget
impl RemoteDeployTarget
pub fn new(base_url: String, workspace_id: String) -> RemoteDeployTarget
Trait Implementations§
Source§impl Clone for RemoteDeployTarget
impl Clone for RemoteDeployTarget
Source§impl Debug for RemoteDeployTarget
impl Debug for RemoteDeployTarget
Source§impl Default for RemoteDeployTarget
impl Default for RemoteDeployTarget
Source§impl<'de> Deserialize<'de> for RemoteDeployTarget
impl<'de> Deserialize<'de> for RemoteDeployTarget
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 RemoteDeployTarget
impl PartialEq for RemoteDeployTarget
Source§impl Serialize for RemoteDeployTarget
impl Serialize for RemoteDeployTarget
impl StructuralPartialEq for RemoteDeployTarget
Auto Trait Implementations§
impl Freeze for RemoteDeployTarget
impl RefUnwindSafe for RemoteDeployTarget
impl Send for RemoteDeployTarget
impl Sync for RemoteDeployTarget
impl Unpin for RemoteDeployTarget
impl UnsafeUnpin for RemoteDeployTarget
impl UnwindSafe for RemoteDeployTarget
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