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