pub struct ConnectionsOpenResponse {
pub ok: bool,
pub error: Option<String>,
pub response_metadata: Option<ResponseMetadata>,
pub url: Option<String>,
}Fields§
§ok: bool§error: Option<String>§response_metadata: Option<ResponseMetadata>§url: Option<String>Trait Implementations§
Source§impl Debug for ConnectionsOpenResponse
impl Debug for ConnectionsOpenResponse
Source§impl Default for ConnectionsOpenResponse
impl Default for ConnectionsOpenResponse
Source§fn default() -> ConnectionsOpenResponse
fn default() -> ConnectionsOpenResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConnectionsOpenResponse
impl<'de> Deserialize<'de> for ConnectionsOpenResponse
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 ConnectionsOpenResponse
impl PartialEq for ConnectionsOpenResponse
Source§impl Serialize for ConnectionsOpenResponse
impl Serialize for ConnectionsOpenResponse
impl StructuralPartialEq for ConnectionsOpenResponse
Auto Trait Implementations§
impl Freeze for ConnectionsOpenResponse
impl RefUnwindSafe for ConnectionsOpenResponse
impl Send for ConnectionsOpenResponse
impl Sync for ConnectionsOpenResponse
impl Unpin for ConnectionsOpenResponse
impl UnwindSafe for ConnectionsOpenResponse
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