pub struct CreateNodeQuery {
pub id: Option<String>,
}Expand description
POST /nodes query parameters.
Fields§
§id: Option<String>Optional caller-supplied identifier passed as a query parameter.
Trait Implementations§
Source§impl Debug for CreateNodeQuery
impl Debug for CreateNodeQuery
Source§impl Default for CreateNodeQuery
impl Default for CreateNodeQuery
Source§fn default() -> CreateNodeQuery
fn default() -> CreateNodeQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateNodeQuery
impl<'de> Deserialize<'de> for CreateNodeQuery
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
Auto Trait Implementations§
impl Freeze for CreateNodeQuery
impl RefUnwindSafe for CreateNodeQuery
impl Send for CreateNodeQuery
impl Sync for CreateNodeQuery
impl Unpin for CreateNodeQuery
impl UnsafeUnpin for CreateNodeQuery
impl UnwindSafe for CreateNodeQuery
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