pub struct NodeConfigConcept {
pub rdm_collection: String,
}Expand description
Concept node configuration (RDM collection reference).
Fields§
§rdm_collection: StringRDM collection ID
Implementations§
Trait Implementations§
Source§impl Clone for NodeConfigConcept
impl Clone for NodeConfigConcept
Source§fn clone(&self) -> NodeConfigConcept
fn clone(&self) -> NodeConfigConcept
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NodeConfigConcept
impl Debug for NodeConfigConcept
Source§impl Default for NodeConfigConcept
impl Default for NodeConfigConcept
Source§fn default() -> NodeConfigConcept
fn default() -> NodeConfigConcept
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NodeConfigConcept
impl<'de> Deserialize<'de> for NodeConfigConcept
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 NodeConfigConcept
impl RefUnwindSafe for NodeConfigConcept
impl Send for NodeConfigConcept
impl Sync for NodeConfigConcept
impl Unpin for NodeConfigConcept
impl UnsafeUnpin for NodeConfigConcept
impl UnwindSafe for NodeConfigConcept
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