pub struct DeleteNetworkIdParams {
pub network_id: String,
}
Expand description
struct for passing parameters to the method [delete_network_id
]
Fields§
§network_id: String
The ID of the network
Implementations§
Source§impl DeleteNetworkIdParams
impl DeleteNetworkIdParams
Sourcepub fn builder() -> DeleteNetworkIdParamsBuilder
pub fn builder() -> DeleteNetworkIdParamsBuilder
Create an instance of DeleteNetworkIdParams
using the builder syntax
Trait Implementations§
Source§impl Clone for DeleteNetworkIdParams
impl Clone for DeleteNetworkIdParams
Source§fn clone(&self) -> DeleteNetworkIdParams
fn clone(&self) -> DeleteNetworkIdParams
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 DeleteNetworkIdParams
impl RefUnwindSafe for DeleteNetworkIdParams
impl Send for DeleteNetworkIdParams
impl Sync for DeleteNetworkIdParams
impl Unpin for DeleteNetworkIdParams
impl UnwindSafe for DeleteNetworkIdParams
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