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