pub struct CreateNodeOutput {
pub node_id: Option<String>,
}
Fields§
§node_id: Option<String>
The unique identifier of the node.
Trait Implementations§
Source§impl Clone for CreateNodeOutput
impl Clone for CreateNodeOutput
Source§fn clone(&self) -> CreateNodeOutput
fn clone(&self) -> CreateNodeOutput
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 CreateNodeOutput
impl Debug for CreateNodeOutput
Source§impl Default for CreateNodeOutput
impl Default for CreateNodeOutput
Source§fn default() -> CreateNodeOutput
fn default() -> CreateNodeOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateNodeOutput
impl<'de> Deserialize<'de> for CreateNodeOutput
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 CreateNodeOutput
impl PartialEq for CreateNodeOutput
impl StructuralPartialEq for CreateNodeOutput
Auto Trait Implementations§
impl Freeze for CreateNodeOutput
impl RefUnwindSafe for CreateNodeOutput
impl Send for CreateNodeOutput
impl Sync for CreateNodeOutput
impl Unpin for CreateNodeOutput
impl UnwindSafe for CreateNodeOutput
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