pub struct ConnectionResponse {
pub endpoint: String,
pub ticket: String,
}Expand description
Connection response from gateway
Fields§
§endpoint: String§ticket: StringTrait Implementations§
Source§impl Debug for ConnectionResponse
impl Debug for ConnectionResponse
Source§impl<'de> Deserialize<'de> for ConnectionResponse
impl<'de> Deserialize<'de> for ConnectionResponse
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 Freeze for ConnectionResponse
impl RefUnwindSafe for ConnectionResponse
impl Send for ConnectionResponse
impl Sync for ConnectionResponse
impl Unpin for ConnectionResponse
impl UnsafeUnpin for ConnectionResponse
impl UnwindSafe for ConnectionResponse
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