pub struct DeleteNetworkConnectionResponse {
pub success: bool,
}
Fields§
§success: bool
Implementations§
Source§impl DeleteNetworkConnectionResponse
impl DeleteNetworkConnectionResponse
pub fn new(success: bool) -> DeleteNetworkConnectionResponse
Trait Implementations§
Source§impl Clone for DeleteNetworkConnectionResponse
impl Clone for DeleteNetworkConnectionResponse
Source§fn clone(&self) -> DeleteNetworkConnectionResponse
fn clone(&self) -> DeleteNetworkConnectionResponse
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 moreSource§impl Default for DeleteNetworkConnectionResponse
impl Default for DeleteNetworkConnectionResponse
Source§fn default() -> DeleteNetworkConnectionResponse
fn default() -> DeleteNetworkConnectionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteNetworkConnectionResponse
impl<'de> Deserialize<'de> for DeleteNetworkConnectionResponse
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 DeleteNetworkConnectionResponse
impl PartialEq for DeleteNetworkConnectionResponse
Source§fn eq(&self, other: &DeleteNetworkConnectionResponse) -> bool
fn eq(&self, other: &DeleteNetworkConnectionResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DeleteNetworkConnectionResponse
Auto Trait Implementations§
impl Freeze for DeleteNetworkConnectionResponse
impl RefUnwindSafe for DeleteNetworkConnectionResponse
impl Send for DeleteNetworkConnectionResponse
impl Sync for DeleteNetworkConnectionResponse
impl Unpin for DeleteNetworkConnectionResponse
impl UnwindSafe for DeleteNetworkConnectionResponse
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