[][src]Struct grapl_ipc_generator_plugin::IpcNode

pub struct IpcNode { /* fields omitted */ }

Methods

impl IpcNode[src]

pub fn new(strategy: IdStrategy, seen_at: u64) -> Self[src]

pub fn with_asset_id(
    &mut self,
    asset_id: impl Into<Option<String>>
) -> &mut Self
[src]

pub fn get_node_key(&self) -> &str[src]

pub fn clone_node_key(&self) -> String[src]

pub fn into_dyn_node(self) -> DynamicNode[src]

Trait Implementations

impl IIpcNode for IpcNode[src]

impl AsRef<DynamicNode> for IpcNode[src]

impl AsMut<DynamicNode> for IpcNode[src]

impl Into<DynamicNode> for IpcNode[src]

impl Into<NodeDescription> for IpcNode[src]

impl<'_> Into<NodeDescription> for &'_ IpcNode[src]

impl<'_> Into<NodeDescription> for &'_ mut IpcNode[src]

impl Clone for IpcNode[src]

impl Debug for IpcNode[src]

Auto Trait Implementations

impl Send for IpcNode

impl Sync for IpcNode

impl Unpin for IpcNode

impl UnwindSafe for IpcNode

impl RefUnwindSafe for IpcNode

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,