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