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