pub struct DeleteNetworkIdResponse {
pub success: bool,
}
Fields§
§success: bool
Implementations§
Source§impl DeleteNetworkIdResponse
impl DeleteNetworkIdResponse
pub fn new(success: bool) -> DeleteNetworkIdResponse
Trait Implementations§
Source§impl Clone for DeleteNetworkIdResponse
impl Clone for DeleteNetworkIdResponse
Source§fn clone(&self) -> DeleteNetworkIdResponse
fn clone(&self) -> DeleteNetworkIdResponse
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 DeleteNetworkIdResponse
impl Debug for DeleteNetworkIdResponse
Source§impl Default for DeleteNetworkIdResponse
impl Default for DeleteNetworkIdResponse
Source§fn default() -> DeleteNetworkIdResponse
fn default() -> DeleteNetworkIdResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteNetworkIdResponse
impl<'de> Deserialize<'de> for DeleteNetworkIdResponse
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 DeleteNetworkIdResponse
impl PartialEq for DeleteNetworkIdResponse
Source§impl Serialize for DeleteNetworkIdResponse
impl Serialize for DeleteNetworkIdResponse
impl StructuralPartialEq for DeleteNetworkIdResponse
Auto Trait Implementations§
impl Freeze for DeleteNetworkIdResponse
impl RefUnwindSafe for DeleteNetworkIdResponse
impl Send for DeleteNetworkIdResponse
impl Sync for DeleteNetworkIdResponse
impl Unpin for DeleteNetworkIdResponse
impl UnwindSafe for DeleteNetworkIdResponse
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