pub struct RemoteDeployConnection {
pub remote_email: String,
pub proxy_key: String,
pub connected_at: String,
}Fields§
§remote_email: Stringidentity the stored token has on the remote instance
proxy_key: Stringgoes in every proxy URL, /w/{workspace}/remote_deploy/proxy/{proxy_key}/{route}
connected_at: StringImplementations§
Trait Implementations§
Source§impl Clone for RemoteDeployConnection
impl Clone for RemoteDeployConnection
Source§impl Debug for RemoteDeployConnection
impl Debug for RemoteDeployConnection
Source§impl Default for RemoteDeployConnection
impl Default for RemoteDeployConnection
Source§impl<'de> Deserialize<'de> for RemoteDeployConnection
impl<'de> Deserialize<'de> for RemoteDeployConnection
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 RemoteDeployConnection
impl PartialEq for RemoteDeployConnection
Source§impl Serialize for RemoteDeployConnection
impl Serialize for RemoteDeployConnection
impl StructuralPartialEq for RemoteDeployConnection
Auto Trait Implementations§
impl Freeze for RemoteDeployConnection
impl RefUnwindSafe for RemoteDeployConnection
impl Send for RemoteDeployConnection
impl Sync for RemoteDeployConnection
impl Unpin for RemoteDeployConnection
impl UnsafeUnpin for RemoteDeployConnection
impl UnwindSafe for RemoteDeployConnection
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