pub struct ConnectionPlanResponse {
pub user: User,
pub conn_link: CreatedConnLink,
pub connection_plan: ConnectionPlan,
pub undocumented: BTreeMap<String, JsonObject>,
}Fields§
§user: User§conn_link: CreatedConnLink§connection_plan: ConnectionPlan§undocumented: BTreeMap<String, JsonObject>Trait Implementations§
Source§impl Clone for ConnectionPlanResponse
impl Clone for ConnectionPlanResponse
Source§fn clone(&self) -> ConnectionPlanResponse
fn clone(&self) -> ConnectionPlanResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ConnectionPlanResponse
impl Debug for ConnectionPlanResponse
Source§impl<'de> Deserialize<'de> for ConnectionPlanResponse
impl<'de> Deserialize<'de> for ConnectionPlanResponse
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 ConnectionPlanResponse
impl PartialEq for ConnectionPlanResponse
Source§impl Serialize for ConnectionPlanResponse
impl Serialize for ConnectionPlanResponse
impl StructuralPartialEq for ConnectionPlanResponse
Auto Trait Implementations§
impl Freeze for ConnectionPlanResponse
impl RefUnwindSafe for ConnectionPlanResponse
impl Send for ConnectionPlanResponse
impl Sync for ConnectionPlanResponse
impl Unpin for ConnectionPlanResponse
impl UnwindSafe for ConnectionPlanResponse
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