[−][src]Struct grapl_graph_descriptions::graph_description::NodeDescription
Fields
which_node: Option<WhichNode>Methods
impl NodeDescription[src]
pub fn which(self) -> Node[src]
pub fn get_key(&self) -> &str[src]
pub fn get_timestamp(&self) -> u64[src]
pub fn set_asset_id(&mut self, asset_id: String)[src]
pub fn get_asset_id(&self) -> Option<&String>[src]
pub fn set_key(&mut self, key: String)[src]
pub fn into_json(self) -> Value[src]
pub fn merge(&mut self, other: &Self)[src]
Trait Implementations
impl From<IpAddressDescription> for NodeDescription[src]
fn from(t: IpAddressDescription) -> Self[src]
impl From<ProcessDescription> for NodeDescription[src]
fn from(t: ProcessDescription) -> Self[src]
impl From<FileDescription> for NodeDescription[src]
fn from(t: FileDescription) -> Self[src]
impl From<OutboundConnection> for NodeDescription[src]
fn from(t: OutboundConnection) -> Self[src]
impl From<InboundConnection> for NodeDescription[src]
fn from(t: InboundConnection) -> Self[src]
impl From<DynamicNode> for NodeDescription[src]
fn from(t: DynamicNode) -> Self[src]
impl From<Node> for NodeDescription[src]
fn from(node: Node) -> NodeDescription[src]
impl Clone for NodeDescription[src]
fn clone(&self) -> NodeDescription[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for NodeDescription[src]
fn default() -> NodeDescription[src]
impl Eq for NodeDescription[src]
impl PartialEq<NodeDescription> for NodeDescription[src]
fn eq(&self, other: &NodeDescription) -> bool[src]
fn ne(&self, other: &NodeDescription) -> bool[src]
impl Debug for NodeDescription[src]
impl StructuralPartialEq for NodeDescription[src]
impl StructuralEq for NodeDescription[src]
impl Message for NodeDescription[src]
fn encode_raw<B>(&self, buf: &mut B) where
B: BufMut, [src]
B: BufMut,
fn merge_field<B>(&mut self, buf: &mut B) -> Result<(), DecodeError> where
B: Buf, [src]
B: Buf,
fn encoded_len(&self) -> usize[src]
fn clear(&mut self)[src]
fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError> where
B: BufMut, [src]
B: BufMut,
fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError> where
B: BufMut, [src]
B: BufMut,
fn decode<B>(buf: B) -> Result<Self, DecodeError> where
B: IntoBuf,
Self: Default, [src]
B: IntoBuf,
Self: Default,
fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError> where
B: IntoBuf,
Self: Default, [src]
B: IntoBuf,
Self: Default,
fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError> where
B: IntoBuf, [src]
B: IntoBuf,
fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError> where
B: IntoBuf, [src]
B: IntoBuf,
impl Serialize for NodeDescription[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl<'de> Deserialize<'de> for NodeDescription[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for NodeDescription
impl Sync for NodeDescription
impl Unpin for NodeDescription
impl UnwindSafe for NodeDescription
impl RefUnwindSafe for NodeDescription
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,