pub struct DeleteNetworkConnectionParams {
pub connection_id: String,
}
Expand description
struct for passing parameters to the method [delete_network_connection
]
Fields§
§connection_id: String
The ID of the network connection to delete
Implementations§
Source§impl DeleteNetworkConnectionParams
impl DeleteNetworkConnectionParams
Sourcepub fn builder() -> DeleteNetworkConnectionParamsBuilder
pub fn builder() -> DeleteNetworkConnectionParamsBuilder
Create an instance of DeleteNetworkConnectionParams
using the builder syntax
Trait Implementations§
Source§impl Clone for DeleteNetworkConnectionParams
impl Clone for DeleteNetworkConnectionParams
Source§fn clone(&self) -> DeleteNetworkConnectionParams
fn clone(&self) -> DeleteNetworkConnectionParams
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for DeleteNetworkConnectionParams
impl RefUnwindSafe for DeleteNetworkConnectionParams
impl Send for DeleteNetworkConnectionParams
impl Sync for DeleteNetworkConnectionParams
impl Unpin for DeleteNetworkConnectionParams
impl UnwindSafe for DeleteNetworkConnectionParams
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