pub struct GetConnectionOutput {
pub connection: Option<Connection>,
}Fields§
§connection: Option<Connection>The connection details, such as status, owner, and provider type.
Trait Implementations§
Source§impl Clone for GetConnectionOutput
impl Clone for GetConnectionOutput
Source§fn clone(&self) -> GetConnectionOutput
fn clone(&self) -> GetConnectionOutput
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 GetConnectionOutput
impl Debug for GetConnectionOutput
Source§impl Default for GetConnectionOutput
impl Default for GetConnectionOutput
Source§fn default() -> GetConnectionOutput
fn default() -> GetConnectionOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetConnectionOutput
impl<'de> Deserialize<'de> for GetConnectionOutput
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 GetConnectionOutput
impl PartialEq for GetConnectionOutput
impl StructuralPartialEq for GetConnectionOutput
Auto Trait Implementations§
impl Freeze for GetConnectionOutput
impl RefUnwindSafe for GetConnectionOutput
impl Send for GetConnectionOutput
impl Sync for GetConnectionOutput
impl Unpin for GetConnectionOutput
impl UnwindSafe for GetConnectionOutput
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