pub struct GetNodeInput {
pub member_id: String,
pub network_id: String,
pub node_id: String,
}
Fields§
§member_id: String
The unique identifier of the member that owns the node.
network_id: String
The unique identifier of the network to which the node belongs.
node_id: String
The unique identifier of the node.
Trait Implementations§
Source§impl Clone for GetNodeInput
impl Clone for GetNodeInput
Source§fn clone(&self) -> GetNodeInput
fn clone(&self) -> GetNodeInput
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 Debug for GetNodeInput
impl Debug for GetNodeInput
Source§impl Default for GetNodeInput
impl Default for GetNodeInput
Source§fn default() -> GetNodeInput
fn default() -> GetNodeInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetNodeInput
impl PartialEq for GetNodeInput
Source§impl Serialize for GetNodeInput
impl Serialize for GetNodeInput
impl StructuralPartialEq for GetNodeInput
Auto Trait Implementations§
impl Freeze for GetNodeInput
impl RefUnwindSafe for GetNodeInput
impl Send for GetNodeInput
impl Sync for GetNodeInput
impl Unpin for GetNodeInput
impl UnwindSafe for GetNodeInput
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